1
0
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:
Paul Licameli 2018-11-14 11:54:31 -05:00
parent 2e05d2d884
commit 2587a4adba
10 changed files with 5 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -15,8 +15,6 @@ Vaughan Johnson (Preview)
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/panel.h>
#include "Biquad.h"
#include "Effect.h"

View File

@ -12,7 +12,6 @@
#define AUDACITY_VSTCONTROL_H
#include <wx/control.h>
#include <wx/panel.h>
#include "aeffectx.h"

View File

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

View File

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

View File

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

View File

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