1
0
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:
Paul Licameli 2018-11-15 18:05:46 -05:00
parent 71d94c9cb5
commit 5e2b8cd825
5 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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;

View File

@ -12,7 +12,6 @@
#define __AUDACITY_EFFECT_NYQUIST__
#include <wx/datetime.h>
#include <wx/textbuf.h>
#include "../Effect.h"

View File

@ -16,7 +16,6 @@ class CommandManager;
class ShuttleGui;
#include <wx/defs.h>
#include <wx/srchctrl.h>
#include <wx/timer.h>
#include "../widgets/KeyView.h"

View File

@ -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;