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