mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
Remove wx/{treebook,textbuf,srchctrl,socket}.h from *.h
This commit is contained in:
parent
71d94c9cb5
commit
5e2b8cd825
@ -24,7 +24,6 @@
|
||||
#include <wx/dir.h>
|
||||
#include <wx/docview.h>
|
||||
#include <wx/snglinst.h>
|
||||
#include <wx/socket.h>
|
||||
#include <wx/timer.h>
|
||||
|
||||
#include "widgets/FileHistory.h"
|
||||
@ -34,6 +33,9 @@
|
||||
#include <wx/debugrpt.h>
|
||||
#endif
|
||||
|
||||
class wxSocketEvent;
|
||||
class wxSocketServer;
|
||||
|
||||
class IPCServ;
|
||||
class Importer;
|
||||
class CommandHandler;
|
||||
|
@ -57,7 +57,6 @@ class wxStaticText;
|
||||
class wxTreeCtrl;
|
||||
class wxTextCtrl;
|
||||
class wxSlider;
|
||||
class wxTreeListCtrl;
|
||||
class wxNotebook;
|
||||
typedef wxWindow wxNotebookPage; // so far, any window can be a page
|
||||
class wxButton;
|
||||
|
@ -12,7 +12,6 @@
|
||||
#define __AUDACITY_EFFECT_NYQUIST__
|
||||
|
||||
#include <wx/datetime.h>
|
||||
#include <wx/textbuf.h>
|
||||
|
||||
#include "../Effect.h"
|
||||
|
||||
|
@ -16,7 +16,6 @@ class CommandManager;
|
||||
class ShuttleGui;
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include <wx/srchctrl.h>
|
||||
#include <wx/timer.h>
|
||||
|
||||
#include "../widgets/KeyView.h"
|
||||
|
@ -13,10 +13,11 @@
|
||||
#define __AUDACITY_PREFS_DIALOG__
|
||||
|
||||
#include <vector>
|
||||
#include <wx/treebook.h>
|
||||
#include "../widgets/wxPanelWrapper.h"
|
||||
#include "../Internat.h"
|
||||
|
||||
class wxTreebook;
|
||||
class wxTreeEvent;
|
||||
class PrefsPanel;
|
||||
class PrefsPanelFactory;
|
||||
class ShuttleGui;
|
||||
|
Loading…
x
Reference in New Issue
Block a user