1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-03 17:39:25 +02:00

Remove wx/{dc,tokenzr,tglbtn,statusbr,simplebook}.h from *.h

This commit is contained in:
Paul Licameli 2018-11-14 15:53:31 -05:00
parent 8d537c198b
commit 4e9c3cfb5f
16 changed files with 9 additions and 14 deletions

View File

@ -16,7 +16,6 @@
#include "MemoryX.h" #include "MemoryX.h"
#include <wx/bitmap.h> #include <wx/bitmap.h>
#include <wx/dc.h>
#include <wx/dcmemory.h> #include <wx/dcmemory.h>
class ViewInfo; class ViewInfo;

View File

@ -22,7 +22,6 @@
#include "Internat.h" #include "Internat.h"
class wxRect; class wxRect;
class wxDC;
class wxMouseEvent; class wxMouseEvent;
class wxTextFile; class wxTextFile;

View File

@ -21,13 +21,12 @@
#include <wx/pen.h> #include <wx/pen.h>
#include <wx/font.h> // member variable #include <wx/font.h> // member variable
#include <wx/scrolbar.h> #include <wx/scrolbar.h>
#include <wx/statusbr.h> #include <wx/statusbr.h> // to inherit
#include <wx/utils.h> #include <wx/utils.h>
#include "SampleFormat.h" #include "SampleFormat.h"
#include "widgets/wxPanelWrapper.h" #include "widgets/wxPanelWrapper.h"
class wxSlider; class wxSlider;
class wxStatusBar;
class wxTextCtrl; class wxTextCtrl;
class wxButton; class wxButton;
class wxCheckBox; class wxCheckBox;

View File

@ -18,7 +18,6 @@
#include <algorithm> #include <algorithm>
class wxRect; class wxRect;
class wxDC;
class Envelope; class Envelope;
class Ruler; class Ruler;
class ZoomInfo; class ZoomInfo;

View File

@ -20,7 +20,6 @@
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/dynarray.h> #include <wx/dynarray.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/tglbtn.h>
class wxListBox; class wxListBox;
class wxWindow; class wxWindow;

View File

@ -57,12 +57,13 @@ and sends it to that message target.
#include "../MemoryX.h" #include "../MemoryX.h"
#include <vector> #include <vector>
#include <wx/statusbr.h>
//#include "../src/Project.h" //#include "../src/Project.h"
#include "../widgets/ProgressDialog.h" #include "../widgets/ProgressDialog.h"
#include "../commands/ResponseQueue.h" #include "../commands/ResponseQueue.h"
#include "../widgets/ErrorDialog.h" #include "../widgets/ErrorDialog.h"
class wxStatusBar;
/// Interface for objects that can receive command progress information /// Interface for objects that can receive command progress information
class CommandProgressTarget /* not final */ class CommandProgressTarget /* not final */
{ {

View File

@ -22,7 +22,6 @@
#include "../MemoryX.h" #include "../MemoryX.h"
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/tglbtn.h>
class wxButton; class wxButton;
class wxCheckBox; class wxCheckBox;

View File

@ -45,6 +45,7 @@ effects from this one class.
#include <wx/sstream.h> #include <wx/sstream.h>
#include <wx/stattext.h> #include <wx/stattext.h>
#include <wx/textdlg.h> #include <wx/textdlg.h>
#include <wx/tokenzr.h>
#include <wx/txtstrm.h> #include <wx/txtstrm.h>
#include <wx/valgen.h> #include <wx/valgen.h>
#include <wx/wfstream.h> #include <wx/wfstream.h>

View File

@ -15,7 +15,6 @@
#include <wx/dialog.h> #include <wx/dialog.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/textbuf.h> #include <wx/textbuf.h>
#include <wx/tokenzr.h>
#include "../Effect.h" #include "../Effect.h"

View File

@ -35,6 +35,7 @@
#include <wx/filectrl.h> #include <wx/filectrl.h>
#include <wx/filename.h> #include <wx/filename.h>
#include <wx/progdlg.h> #include <wx/progdlg.h>
#include <wx/simplebook.h>
#include <wx/sizer.h> #include <wx/sizer.h>
#include <wx/slider.h> #include <wx/slider.h>
#include <wx/statbox.h> #include <wx/statbox.h>

View File

@ -14,7 +14,6 @@
#include "../MemoryX.h" #include "../MemoryX.h"
#include <vector> #include <vector>
#include <wx/dialog.h> #include <wx/dialog.h>
#include <wx/simplebook.h>
#include "../Tags.h" #include "../Tags.h"
#include "../SampleFormat.h" #include "../SampleFormat.h"
#include "../widgets/wxPanelWrapper.h" #include "../widgets/wxPanelWrapper.h"
@ -24,6 +23,7 @@ class wxFileName;
class FileDialogWrapper; class FileDialogWrapper;
class wxFileCtrlEvent; class wxFileCtrlEvent;
class wxMemoryDC; class wxMemoryDC;
class wxSimplebook;
class wxStaticText; class wxStaticText;
class AudacityProject; class AudacityProject;
class DirManager; class DirManager;

View File

@ -30,6 +30,7 @@
#include <wx/filename.h> #include <wx/filename.h>
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/radiobut.h> #include <wx/radiobut.h>
#include <wx/simplebook.h>
#include <wx/sizer.h> #include <wx/sizer.h>
#include <wx/statbox.h> #include <wx/statbox.h>
#include <wx/stattext.h> #include <wx/stattext.h>

View File

@ -13,7 +13,6 @@
#include <wx/dialog.h> #include <wx/dialog.h>
#include <wx/listctrl.h> #include <wx/listctrl.h>
#include <wx/simplebook.h>
#include "Export.h" #include "Export.h"
#include "../Tags.h" // we need to know about the Tags class for metadata #include "../Tags.h" // we need to know about the Tags class for metadata
@ -23,6 +22,7 @@ class wxButton;
class wxCheckBox; class wxCheckBox;
class wxChoice; class wxChoice;
class wxRadioButton; class wxRadioButton;
class wxSimplebook;
class wxStaticText; class wxStaticText;
class wxTextCtrl; class wxTextCtrl;

View File

@ -16,7 +16,7 @@
#include "audacity/Types.h" #include "audacity/Types.h"
#include <vector> #include <vector>
#include <wx/listbox.h> #include <wx/listbox.h>
#include <wx/tokenzr.h> #include <wx/tokenzr.h> // for enum wxStringTokenizerMode
#include "../widgets/wxPanelWrapper.h" #include "../widgets/wxPanelWrapper.h"

View File

@ -32,7 +32,6 @@ flicker-free use.
#include "../Audacity.h" #include "../Audacity.h"
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/dc.h>
#include <wx/gdicmn.h> #include <wx/gdicmn.h>
#include <wx/statbmp.h> #include <wx/statbmp.h>

View File

@ -13,7 +13,6 @@
#define __AUDACITY_IMAGE_ROLL__ #define __AUDACITY_IMAGE_ROLL__
#include <vector> #include <vector>
#include <wx/dc.h>
#include <wx/dcclient.h> #include <wx/dcclient.h>
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/version.h> #include <wx/version.h>