mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 00:59:43 +02:00
Remove wx/panel.h from headers
This commit is contained in:
parent
2e05d2d884
commit
2587a4adba
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
#include "MemoryX.h"
|
#include "MemoryX.h"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <wx/panel.h>
|
|
||||||
#include <wx/font.h> // member variable
|
#include <wx/font.h> // member variable
|
||||||
#include <wx/statusbr.h> // to inherit
|
#include <wx/statusbr.h> // to inherit
|
||||||
#include "SampleFormat.h"
|
#include "SampleFormat.h"
|
||||||
|
@ -12,14 +12,16 @@
|
|||||||
#define __AUDACITY_TRACK_PANEL_ACCESSIBILITY__
|
#define __AUDACITY_TRACK_PANEL_ACCESSIBILITY__
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <wx/panel.h>
|
|
||||||
|
|
||||||
#include <wx/setup.h> // for wxUSE_* macros
|
#include <wx/setup.h> // for wxUSE_* macros
|
||||||
|
|
||||||
|
#include <wx/string.h> // member variable
|
||||||
|
|
||||||
#if wxUSE_ACCESSIBILITY
|
#if wxUSE_ACCESSIBILITY
|
||||||
#include "widgets/WindowAccessible.h"
|
#include "widgets/WindowAccessible.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
class Track;
|
class Track;
|
||||||
class TrackPanel;
|
class TrackPanel;
|
||||||
|
|
||||||
|
@ -20,12 +20,12 @@
|
|||||||
|
|
||||||
#include <wx/defs.h>
|
#include <wx/defs.h>
|
||||||
#include <wx/frame.h> // to inherit
|
#include <wx/frame.h> // to inherit
|
||||||
#include <wx/panel.h>
|
|
||||||
#include <wx/timer.h>
|
#include <wx/timer.h>
|
||||||
|
|
||||||
#include "EffectManager.h"
|
#include "EffectManager.h"
|
||||||
|
|
||||||
class wxFlexGridSizer;
|
class wxFlexGridSizer;
|
||||||
|
class wxPanel;
|
||||||
class wxStaticText;
|
class wxStaticText;
|
||||||
|
|
||||||
class EffectRack final : public wxFrame
|
class EffectRack final : public wxFrame
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
#define PANELBORDER 1 // only increase from '1' for testing purposes - MJS
|
#define PANELBORDER 1 // only increase from '1' for testing purposes - MJS
|
||||||
|
|
||||||
#include <wx/setup.h> // for wxUSE_* macros
|
#include <wx/setup.h> // for wxUSE_* macros
|
||||||
#include <wx/panel.h>
|
|
||||||
|
|
||||||
#if wxUSE_ACCESSIBILITY
|
#if wxUSE_ACCESSIBILITY
|
||||||
#include "../widgets/WindowAccessible.h"
|
#include "../widgets/WindowAccessible.h"
|
||||||
|
@ -15,8 +15,6 @@ Vaughan Johnson (Preview)
|
|||||||
|
|
||||||
#include <wx/setup.h> // for wxUSE_* macros
|
#include <wx/setup.h> // for wxUSE_* macros
|
||||||
|
|
||||||
#include <wx/panel.h>
|
|
||||||
|
|
||||||
#include "Biquad.h"
|
#include "Biquad.h"
|
||||||
|
|
||||||
#include "Effect.h"
|
#include "Effect.h"
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
#define AUDACITY_VSTCONTROL_H
|
#define AUDACITY_VSTCONTROL_H
|
||||||
|
|
||||||
#include <wx/control.h>
|
#include <wx/control.h>
|
||||||
#include <wx/panel.h>
|
|
||||||
|
|
||||||
#include "aeffectx.h"
|
#include "aeffectx.h"
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#include "../MemoryX.h"
|
#include "../MemoryX.h"
|
||||||
#include <wx/setup.h> // for wxUSE_* macros
|
#include <wx/setup.h> // for wxUSE_* macros
|
||||||
#include <wx/defs.h>
|
#include <wx/defs.h>
|
||||||
#include <wx/panel.h>
|
|
||||||
#include <wx/timer.h>
|
#include <wx/timer.h>
|
||||||
#include "widgets/wxPanelWrapper.h"
|
#include "widgets/wxPanelWrapper.h"
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <wx/defs.h>
|
#include <wx/defs.h>
|
||||||
#include <wx/dragimag.h> // use macros and typedefs in this header
|
#include <wx/dragimag.h> // use macros and typedefs in this header
|
||||||
#include <wx/panel.h>
|
|
||||||
#include <wx/timer.h>
|
#include <wx/timer.h>
|
||||||
#include <wx/minifram.h>
|
#include <wx/minifram.h>
|
||||||
|
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <wx/setup.h> // for wxUSE_* macros
|
#include <wx/setup.h> // for wxUSE_* macros
|
||||||
#include <wx/defs.h>
|
#include <wx/defs.h>
|
||||||
#include <wx/panel.h>
|
|
||||||
#include <wx/control.h> // to inherit
|
#include <wx/control.h> // to inherit
|
||||||
|
|
||||||
#include "../Internat.h"
|
#include "../Internat.h"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#define __AUDACITY_WXPANEL_WRAPPER__
|
#define __AUDACITY_WXPANEL_WRAPPER__
|
||||||
|
|
||||||
#include "../MemoryX.h"
|
#include "../MemoryX.h"
|
||||||
#include <wx/panel.h>
|
#include <wx/panel.h> // to inherit
|
||||||
#include <wx/dialog.h> // to inherit
|
#include <wx/dialog.h> // to inherit
|
||||||
|
|
||||||
#include "../Internat.h"
|
#include "../Internat.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user