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