Remove wx/{imaglist,generic/dragimgg,gauge,dynarray}.h from *.h

This commit is contained in:
Paul Licameli 2018-11-16 10:12:10 -05:00
parent 2587a4adba
commit 34f318cd41
9 changed files with 7 additions and 8 deletions

View File

@ -28,6 +28,7 @@ text or binary format to a file.
#include <wx/wxprec.h>
#include <wx/filefn.h>
#include <wx/listctrl.h>
#include <wx/dir.h>
#include <wx/dialog.h>
#include <wx/app.h>

View File

@ -41,6 +41,7 @@ AliasedFile s.
#include <wx/defs.h>
#include <wx/dialog.h>
#include <wx/filename.h>
#include <wx/listctrl.h>
#include <wx/menu.h>
#include <wx/progdlg.h>
#include <wx/choice.h>

View File

@ -35,11 +35,6 @@
#include <memory>
#include <wx/defs.h>
// dragimgg.h uses this incomplete type without declaring it on some OSs !
class wxMemoryDC;
#include <wx/generic/dragimgg.h>
#include <wx/frame.h> // to inherit
#include "import/ImportRaw.h" // defines TrackHolders
@ -53,6 +48,7 @@ class wxDialog;
class wxScrollEvent;
class wxScrollBar;
class wxPanel;
class wxTimer;
class wxTimerEvent;
class AudacityProject;

View File

@ -18,7 +18,6 @@
#include "../MemoryX.h"
#include <wx/defs.h>
#include <wx/dynarray.h>
class wxWindow;

View File

@ -69,6 +69,7 @@
#include <wx/dcclient.h>
#include <wx/dcmemory.h>
#include <wx/event.h>
#include <wx/listctrl.h>
#include <wx/image.h>
#include <wx/intl.h>
#include <wx/choice.h>

View File

@ -25,6 +25,7 @@
#include <wx/dialog.h>
#include <wx/dirdlg.h>
#include <wx/event.h>
#include <wx/listbase.h>
#include <wx/filedlg.h>
#include <wx/filefn.h>
#include <wx/filename.h>

View File

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

View File

@ -40,6 +40,7 @@
#include <wx/dialog.h>
#include <wx/event.h>
#include <wx/evtloop.h>
#include <wx/gauge.h>
#include <wx/frame.h>
#include <wx/intl.h>
#include <wx/msgdlg.h>

View File

@ -24,10 +24,10 @@
#include <vector>
#include <wx/defs.h>
#include <wx/evtloop.h>
#include <wx/gauge.h>
#include "wxPanelWrapper.h"
class wxGauge;
class wxStaticText;
enum class ProgressResult : unsigned