mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +02:00
Remove wx/{dc,tokenzr,tglbtn,statusbr,simplebook}.h from *.h
This commit is contained in:
parent
8d537c198b
commit
4e9c3cfb5f
@ -16,7 +16,6 @@
|
||||
|
||||
#include "MemoryX.h"
|
||||
#include <wx/bitmap.h>
|
||||
#include <wx/dc.h>
|
||||
#include <wx/dcmemory.h>
|
||||
|
||||
class ViewInfo;
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "Internat.h"
|
||||
|
||||
class wxRect;
|
||||
class wxDC;
|
||||
class wxMouseEvent;
|
||||
class wxTextFile;
|
||||
|
||||
|
@ -21,13 +21,12 @@
|
||||
#include <wx/pen.h>
|
||||
#include <wx/font.h> // member variable
|
||||
#include <wx/scrolbar.h>
|
||||
#include <wx/statusbr.h>
|
||||
#include <wx/statusbr.h> // to inherit
|
||||
#include <wx/utils.h>
|
||||
#include "SampleFormat.h"
|
||||
#include "widgets/wxPanelWrapper.h"
|
||||
|
||||
class wxSlider;
|
||||
class wxStatusBar;
|
||||
class wxTextCtrl;
|
||||
class wxButton;
|
||||
class wxCheckBox;
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include <algorithm>
|
||||
|
||||
class wxRect;
|
||||
class wxDC;
|
||||
class Envelope;
|
||||
class Ruler;
|
||||
class ZoomInfo;
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include <wx/defs.h>
|
||||
#include <wx/dynarray.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/tglbtn.h>
|
||||
|
||||
class wxListBox;
|
||||
class wxWindow;
|
||||
|
@ -57,12 +57,13 @@ and sends it to that message target.
|
||||
|
||||
#include "../MemoryX.h"
|
||||
#include <vector>
|
||||
#include <wx/statusbr.h>
|
||||
//#include "../src/Project.h"
|
||||
#include "../widgets/ProgressDialog.h"
|
||||
#include "../commands/ResponseQueue.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
|
||||
class wxStatusBar;
|
||||
|
||||
/// Interface for objects that can receive command progress information
|
||||
class CommandProgressTarget /* not final */
|
||||
{
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "../MemoryX.h"
|
||||
#include <wx/defs.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/tglbtn.h>
|
||||
|
||||
class wxButton;
|
||||
class wxCheckBox;
|
||||
|
@ -45,6 +45,7 @@ effects from this one class.
|
||||
#include <wx/sstream.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/textdlg.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/txtstrm.h>
|
||||
#include <wx/valgen.h>
|
||||
#include <wx/wfstream.h>
|
||||
|
@ -15,7 +15,6 @@
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/textbuf.h>
|
||||
#include <wx/tokenzr.h>
|
||||
|
||||
#include "../Effect.h"
|
||||
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include <wx/filectrl.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/progdlg.h>
|
||||
#include <wx/simplebook.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/slider.h>
|
||||
#include <wx/statbox.h>
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "../MemoryX.h"
|
||||
#include <vector>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/simplebook.h>
|
||||
#include "../Tags.h"
|
||||
#include "../SampleFormat.h"
|
||||
#include "../widgets/wxPanelWrapper.h"
|
||||
@ -24,6 +23,7 @@ class wxFileName;
|
||||
class FileDialogWrapper;
|
||||
class wxFileCtrlEvent;
|
||||
class wxMemoryDC;
|
||||
class wxSimplebook;
|
||||
class wxStaticText;
|
||||
class AudacityProject;
|
||||
class DirManager;
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <wx/filename.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/radiobut.h>
|
||||
#include <wx/simplebook.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/statbox.h>
|
||||
#include <wx/stattext.h>
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/simplebook.h>
|
||||
|
||||
#include "Export.h"
|
||||
#include "../Tags.h" // we need to know about the Tags class for metadata
|
||||
@ -23,6 +22,7 @@ class wxButton;
|
||||
class wxCheckBox;
|
||||
class wxChoice;
|
||||
class wxRadioButton;
|
||||
class wxSimplebook;
|
||||
class wxStaticText;
|
||||
class wxTextCtrl;
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "audacity/Types.h"
|
||||
#include <vector>
|
||||
#include <wx/listbox.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/tokenzr.h> // for enum wxStringTokenizerMode
|
||||
|
||||
#include "../widgets/wxPanelWrapper.h"
|
||||
|
||||
|
@ -32,7 +32,6 @@ flicker-free use.
|
||||
#include "../Audacity.h"
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include <wx/dc.h>
|
||||
#include <wx/gdicmn.h>
|
||||
#include <wx/statbmp.h>
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
#define __AUDACITY_IMAGE_ROLL__
|
||||
|
||||
#include <vector>
|
||||
#include <wx/dc.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/defs.h>
|
||||
#include <wx/version.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user