mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Remove wx/{snglinst,object,notebook}.h from *.h
This commit is contained in:
parent
ef98cfd74f
commit
6a973f6700
@ -22,7 +22,6 @@
|
||||
#include "MemoryX.h"
|
||||
#include <wx/app.h> // to inherit
|
||||
#include <wx/dir.h>
|
||||
#include <wx/snglinst.h>
|
||||
#include <wx/timer.h>
|
||||
|
||||
#include "widgets/FileHistory.h"
|
||||
@ -32,6 +31,7 @@
|
||||
#include <wx/debugrpt.h>
|
||||
#endif
|
||||
|
||||
class wxSingleInstanceChecker;
|
||||
class wxSocketEvent;
|
||||
class wxSocketServer;
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
#define __AUDACITY_FILEIO__
|
||||
|
||||
#include "MemoryX.h"
|
||||
#include <wx/object.h>
|
||||
|
||||
class wxInputStream;
|
||||
class wxOutputStream;
|
||||
|
@ -36,7 +36,6 @@
|
||||
|
||||
#include "MemoryX.h"
|
||||
#include <utility>
|
||||
#include <wx/notebook.h>
|
||||
|
||||
#include "widgets/wxPanelWrapper.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user