1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-21 06:40:08 +02:00

Remove wx/dialog.h from headers

This commit is contained in:
Paul Licameli 2018-11-11 17:09:57 -05:00
parent 4d29686116
commit d28ae40399
17 changed files with 2 additions and 20 deletions

View File

@ -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;

View File

@ -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"

View File

@ -12,7 +12,6 @@
#define __AUDACITY_SPLASH_DLG__
#include "MemoryX.h"
#include <wx/dialog.h>
#include "widgets/wxPanelWrapper.h"
class wxBitmap;

View File

@ -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>

View File

@ -15,7 +15,6 @@
#include "../Experimental.h"
#include <vector>
#include <wx/dialog.h>
#include <wx/listbox.h>
#include "audacity/EffectInterface.h"

View File

@ -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

View File

@ -22,7 +22,6 @@
#include "../MemoryX.h"
#include "../SampleFormat.h"
#include <wx/dialog.h>
class wxButton;
class wxSizer;

View File

@ -13,8 +13,6 @@
#ifdef EXPERIMENTAL_SCOREALIGN
#include <wx/dialog.h>
#if 1
#include "ScoreAlignParams.h"

View File

@ -16,7 +16,6 @@
#include "../../MemoryX.h"
#include <vector>
#include <wx/dialog.h>
#include <AudioToolbox/AudioUnitUtilities.h>
#include <AudioUnit/AudioUnit.h>

View File

@ -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"

View File

@ -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"

View File

@ -12,7 +12,6 @@
#define __AUDACITY_EFFECT_NYQUIST__
#include <wx/datetime.h>
#include <wx/dialog.h>
#include <wx/textbuf.h>
#include "../Effect.h"

View File

@ -13,7 +13,6 @@
#include "../MemoryX.h"
#include <vector>
#include <wx/dialog.h>
#include "../Tags.h"
#include "../SampleFormat.h"
#include "../widgets/wxPanelWrapper.h"

View File

@ -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

View File

@ -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"

View File

@ -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>

View File

@ -11,7 +11,7 @@
#include "../MemoryX.h"
#include <wx/panel.h>
#include <wx/dialog.h>
#include <wx/dialog.h> // to inherit
#include "../Internat.h"