Remove wx/checkbox.h from headers

This commit is contained in:
Paul Licameli 2018-11-11 17:30:55 -05:00
parent 0ff934e1c1
commit d71a54b4e9
32 changed files with 25 additions and 25 deletions

View File

@ -25,7 +25,6 @@
#include "BatchCommands.h"
class wxWindow;
class wxCheckBox;
class wxTextCtrl;
class wxRadioButton;
class wxListCtrl;

View File

@ -25,7 +25,6 @@
#include "BatchCommands.h"
class wxWindow;
class wxCheckBox;
class wxTextCtrl;
class wxRadioButton;
class wxListCtrl;

View File

@ -49,6 +49,7 @@ and in the spectrogram spectral selection.
#include <wx/brush.h>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/font.h>
#include <wx/image.h>

View File

@ -16,7 +16,6 @@
#include <wx/brush.h>
#include <wx/dcmemory.h>
#include <wx/panel.h>
#include <wx/checkbox.h>
#include <wx/dialog.h>
#include <wx/gdicmn.h>
#include <wx/pen.h>
@ -31,6 +30,7 @@ class wxSlider;
class wxStatusBar;
class wxTextCtrl;
class wxButton;
class wxCheckBox;
class wxChoice;
class AudacityProject;

View File

@ -19,7 +19,6 @@ class wxStaticBitmap;
class wxBitmap;
class ShuttleGui;
class AudacityProject;
class wxCheckbox;
class HtmlWindow;
class SplashDialog final : public wxDialogWrapper {

View File

@ -26,6 +26,7 @@
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/defs.h>
#include <wx/dir.h>

View File

@ -21,9 +21,9 @@
#include <wx/datectrl.h>
#include <wx/calctrl.h>
#include <wx/timer.h>
#include <wx/checkbox.h>
#include "export/Export.h"
class wxCheckBox;
class wxTimerEvent;
class NumericTextCtrl;

View File

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

View File

@ -15,13 +15,12 @@
#ifndef __AUDACITY_EFFECT_AMPLIFY__
#define __AUDACITY_EFFECT_AMPLIFY__
#include <wx/checkbox.h>
#include "Effect.h"
#define AMPLIFY_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Amplify") }
class wxSlider;
class wxCheckBox;
class wxTextCtrl;
class ShuttleGui;

View File

@ -23,6 +23,7 @@
#include <algorithm>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/intl.h>
#include <wx/panel.h>
#include <wx/sizer.h>

View File

@ -12,11 +12,10 @@
#ifndef __AUDACITY_EFFECT_BASS_TREBLE__
#define __AUDACITY_EFFECT_BASS_TREBLE__
#include <wx/checkbox.h>
#include "Effect.h"
class wxSlider;
class wxCheckBox;
class wxTextCtrl;
class ShuttleGui;

View File

@ -27,6 +27,7 @@ the pitch without changing the tempo.
#include <float.h>
#include <math.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/intl.h>
#include <wx/slider.h>

View File

@ -23,7 +23,6 @@ the pitch without changing the tempo.
#if USE_SBSMS
#include "SBSMSEffect.h"
#include <wx/checkbox.h>
#endif
#include <wx/spinctrl.h>
@ -32,6 +31,7 @@ the pitch without changing the tempo.
class wxSlider;
class wxChoice;
class wxCheckBox;
class wxTextCtrl;
class ShuttleGui;

View File

@ -28,6 +28,7 @@
#include <math.h>
#include <wx/intl.h>
#include <wx/checkbox.h>
#include <wx/slider.h>
#include "../Shuttle.h"

View File

@ -19,12 +19,12 @@
#if USE_SBSMS
#include "SBSMSEffect.h"
#include <wx/checkbox.h>
#endif
#include "SoundTouchEffect.h"
class wxSlider;
class wxCheckBox;
class wxTextCtrl;
class ShuttleGui;

View File

@ -30,6 +30,7 @@
#include <math.h>
#include <wx/brush.h>
#include <wx/checkbox.h>
#include <wx/dcclient.h>
#include <wx/dcmemory.h>
#include <wx/intl.h>

View File

@ -12,13 +12,13 @@
#define __AUDACITY_EFFECT_COMPRESSOR__
#include <wx/bitmap.h>
#include <wx/checkbox.h>
#include <wx/gdicmn.h>
#include "../widgets/wxPanelWrapper.h"
#include "TwoPassSimpleMono.h"
#include "../SampleFormat.h"
class wxCheckBox;
class wxSlider;
class wxStaticText;
class EffectCompressorPanel;

View File

@ -33,6 +33,7 @@
#define M_PI_2 1.57079632679489661923132169163975
#endif
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/intl.h>
#include <wx/valgen.h>

View File

@ -11,14 +11,13 @@
#ifndef __AUDACITY_EFFECT_DISTORTION__
#define __AUDACITY_EFFECT_DISTORTION__
#include <wx/checkbox.h>
#include <queue>
#include "Effect.h"
class wxSlider;
class wxStaticText;
class wxCheckBox;
class wxTextCtrl;
class ShuttleGui;

View File

@ -24,7 +24,6 @@
#include <wx/listctrl.h>
#include <wx/bitmap.h>
#include <wx/radiobut.h>
#include <wx/checkbox.h>
#if wxUSE_ACCESSIBILITY
#include "../widgets/WindowAccessible.h"
@ -52,6 +51,7 @@ const int kEqLegacy = kEqOptionGraphic + kEqOptionCurve;
class wxBoxSizer;
class wxButton;
class wxCheckBox;
class wxChoice;
class wxSizer;
class wxSizerItem;

View File

@ -23,6 +23,7 @@
#include <math.h>
#include <wx/checkbox.h>
#include <wx/intl.h>
#include <wx/stattext.h>
#include <wx/valgen.h>

View File

@ -15,11 +15,10 @@
#include "../Experimental.h"
#include <wx/checkbox.h>
#include "Effect.h"
#include "Biquad.h"
class wxCheckBox;
class wxStaticText;
class wxTextCtrl;
class ShuttleGui;

View File

@ -18,6 +18,7 @@
#include "Reverb.h"
#include <wx/arrstr.h>
#include <wx/checkbox.h>
#include <wx/intl.h>
#include <wx/slider.h>

View File

@ -12,11 +12,11 @@
#ifndef __AUDACITY_EFFECT_REVERB__
#define __AUDACITY_EFFECT_REVERB__
#include <wx/checkbox.h>
#include <wx/spinctrl.h>
#include "Effect.h"
class wxCheckBox;
class wxSlider;
class ShuttleGui;

View File

@ -14,7 +14,6 @@
#ifdef EXPERIMENTAL_SCOREALIGN
#include <wx/dialog.h>
#include <wx/checkbox.h>
#if 1
@ -54,6 +53,7 @@ extern int scorealign(
#endif
class wxButton;
class wxCheckBox;
class wxString;
class wxSlider;
class wxStaticText;

View File

@ -17,6 +17,7 @@
#include <cmath>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/dcbuffer.h>
#include <wx/dialog.h>

View File

@ -17,7 +17,6 @@ class wxArrayString;
#include "../../MemoryX.h"
#include <vector>
#include <wx/checkbox.h>
#include <wx/dialog.h>
#include "lv2/lv2plug.in/ns/ext/atom/forge.h"

View File

@ -23,6 +23,7 @@
class wxArrayString;
class wxFileName;
class wxCheckBox;
class wxTextCtrl;
#define NYQUISTEFFECTS_VERSION wxT("1.0.0.0")

View File

@ -15,8 +15,6 @@
#if defined(USE_VAMP)
#include <wx/checkbox.h>
#include <vamp-hostsdk/PluginLoader.h>
#include "../../SampleFormat.h"
@ -25,6 +23,7 @@
class wxStaticText;
class wxSlider;
class wxChoice;
class wxCheckBox;
class wxTextCtrl;
class LabelTrack;

View File

@ -28,6 +28,7 @@ LRN
class wxArrayStringEx;
class wxArrayString;
class wxCheckBox;
class wxStaticText;
class wxTextCtrl;

View File

@ -27,7 +27,6 @@
#define SIZER_COLS 7
class wxBitmap;
class wxCheckBox;
class wxChoice;
class wxComboBox;
class wxCommandEvent;

View File

@ -17,7 +17,6 @@ Paul Licameli
#include "../widgets/NumericTextCtrl.h"
class wxBitmap;
class wxCheckBox;
class wxChoice;
class wxComboBox;
class wxCommandEvent;