mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-21 14:50:06 +02:00
Remove wx/dialog.h from headers
This commit is contained in:
parent
4d29686116
commit
d28ae40399
@ -47,8 +47,6 @@
|
||||
#include "audacity/ConfigInterface.h"
|
||||
#include "audacity/EffectAutomationParameters.h" // for command automation
|
||||
|
||||
#include <wx/dialog.h>
|
||||
|
||||
typedef enum EffectType : int
|
||||
{
|
||||
EffectTypeNone,
|
||||
@ -99,6 +97,7 @@ public:
|
||||
virtual bool SupportsAutomation() = 0;
|
||||
};
|
||||
|
||||
class wxDialog;
|
||||
class EffectUIHostInterface;
|
||||
class EffectUIClientInterface;
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "MemoryX.h"
|
||||
#include <vector>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/font.h> // member variable
|
||||
#include <wx/statusbr.h> // to inherit
|
||||
#include "SampleFormat.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
#define __AUDACITY_SPLASH_DLG__
|
||||
|
||||
#include "MemoryX.h"
|
||||
#include <wx/dialog.h>
|
||||
#include "widgets/wxPanelWrapper.h"
|
||||
|
||||
class wxBitmap;
|
||||
|
@ -16,7 +16,6 @@
|
||||
#ifndef __AUDACITY_TIMERRECORD_DIALOG__
|
||||
#define __AUDACITY_TIMERRECORD_DIALOG__
|
||||
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/textctrl.h> // to inherit
|
||||
#include <wx/datectrl.h>
|
||||
#include <wx/calctrl.h>
|
||||
|
@ -15,7 +15,6 @@
|
||||
#include "../Experimental.h"
|
||||
|
||||
#include <vector>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/listbox.h>
|
||||
|
||||
#include "audacity/EffectInterface.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#include <wx/setup.h> // for wxUSE_* macros
|
||||
#include <wx/panel.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/radiobut.h>
|
||||
|
||||
#if wxUSE_ACCESSIBILITY
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include "../MemoryX.h"
|
||||
#include "../SampleFormat.h"
|
||||
#include <wx/dialog.h>
|
||||
|
||||
class wxButton;
|
||||
class wxSizer;
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#ifdef EXPERIMENTAL_SCOREALIGN
|
||||
|
||||
#include <wx/dialog.h>
|
||||
|
||||
#if 1
|
||||
|
||||
#include "ScoreAlignParams.h"
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
#include "../../MemoryX.h"
|
||||
#include <vector>
|
||||
#include <wx/dialog.h>
|
||||
|
||||
#include <AudioToolbox/AudioUnitUtilities.h>
|
||||
#include <AudioUnit/AudioUnit.h>
|
||||
|
@ -14,7 +14,6 @@ class wxTextCtrl;
|
||||
class wxCheckBox;
|
||||
|
||||
#include "../../MemoryX.h"
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/dynlib.h> // member variable
|
||||
|
||||
#include "audacity/EffectInterface.h"
|
||||
|
@ -17,7 +17,6 @@ class wxArrayString;
|
||||
|
||||
#include "../../MemoryX.h"
|
||||
#include <vector>
|
||||
#include <wx/dialog.h>
|
||||
|
||||
#include "lv2/lv2plug.in/ns/ext/atom/forge.h"
|
||||
#include "lv2/lv2plug.in/ns/ext/data-access/data-access.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
#define __AUDACITY_EFFECT_NYQUIST__
|
||||
|
||||
#include <wx/datetime.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/textbuf.h>
|
||||
|
||||
#include "../Effect.h"
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include "../MemoryX.h"
|
||||
#include <vector>
|
||||
#include <wx/dialog.h>
|
||||
#include "../Tags.h"
|
||||
#include "../SampleFormat.h"
|
||||
#include "../widgets/wxPanelWrapper.h"
|
||||
|
@ -11,8 +11,6 @@
|
||||
#ifndef __AUDACITY_EXPORT_MULTIPLE__
|
||||
#define __AUDACITY_EXPORT_MULTIPLE__
|
||||
|
||||
#include <wx/dialog.h>
|
||||
|
||||
#include "Export.h"
|
||||
#include "../Tags.h" // we need to know about the Tags class for metadata
|
||||
#include "../wxFileNameWrapper.h" // member variable below
|
||||
|
@ -13,7 +13,6 @@
|
||||
#define __AUDACITY_PREFS_DIALOG__
|
||||
|
||||
#include <vector>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/treebook.h>
|
||||
#include "../widgets/wxPanelWrapper.h"
|
||||
#include "../Internat.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "../MemoryX.h"
|
||||
#include <vector>
|
||||
#include <wx/defs.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/dragimag.h> // use macros and typedefs in this header
|
||||
#include <wx/panel.h>
|
||||
#include <wx/timer.h>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include "../MemoryX.h"
|
||||
#include <wx/panel.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/dialog.h> // to inherit
|
||||
|
||||
#include "../Internat.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user