1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-06 17:13:49 +01:00

Remove wx/intl.h, wx/brush.h, wx/bitmap.h from headers

This commit is contained in:
Paul Licameli
2018-11-14 14:10:04 -05:00
parent 1191e269a8
commit c982cf6a41
26 changed files with 8 additions and 32 deletions

View File

@@ -11,12 +11,12 @@
#ifndef __AUDACITY_EFFECT_AUTODUCK__
#define __AUDACITY_EFFECT_AUTODUCK__
#include <wx/bitmap.h>
#include <wx/gdicmn.h>
#include "Effect.h"
#include "../widgets/wxPanelWrapper.h"
class wxBitmap;
class wxTextCtrl;
class EffectAutoDuckPanel;
class ShuttleGui;

View File

@@ -11,7 +11,6 @@
#ifndef __AUDACITY_EFFECT_COMPRESSOR__
#define __AUDACITY_EFFECT_COMPRESSOR__
#include <wx/bitmap.h>
#include <wx/gdicmn.h>
#include "../widgets/wxPanelWrapper.h"

View File

@@ -21,7 +21,6 @@
#include "../MemoryX.h"
#include <wx/defs.h>
#include <wx/intl.h>
class wxButton;
class wxCheckBox;

View File

@@ -20,8 +20,6 @@
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/panel.h>
#include <wx/dialog.h>
#include <wx/intl.h>
#include <wx/bitmap.h>
#include <wx/radiobut.h>
#if wxUSE_ACCESSIBILITY
@@ -48,6 +46,7 @@ const int kEqOptionCurve =1<<1;
// The legacy version offers both Graphic and curve on the same UI.
const int kEqLegacy = kEqOptionGraphic + kEqOptionCurve;
class wxBitmap;
class wxBoxSizer;
class wxButton;
class wxCheckBox;

View File

@@ -15,13 +15,13 @@ Vaughan Johnson (Preview)
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/bitmap.h>
#include <wx/panel.h>
#include "Biquad.h"
#include "Effect.h"
class wxBitmap;
class wxChoice;
class wxSlider;
class wxStaticText;

View File

@@ -13,7 +13,6 @@
#include <wx/datetime.h>
#include <wx/dialog.h>
#include <wx/intl.h>
#include <wx/textbuf.h>
#include "../Effect.h"