1
0
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:
Paul Licameli 2018-11-16 09:56:54 -05:00
parent ef98cfd74f
commit 6a973f6700
3 changed files with 1 additions and 3 deletions

View File

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

View File

@ -12,7 +12,6 @@
#define __AUDACITY_FILEIO__
#include "MemoryX.h"
#include <wx/object.h>
class wxInputStream;
class wxOutputStream;

View File

@ -36,7 +36,6 @@
#include "MemoryX.h"
#include <utility>
#include <wx/notebook.h>
#include "widgets/wxPanelWrapper.h"