1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-05 23:19:06 +02:00

Remove wx/gdicmn.h from headers

This commit is contained in:
Paul Licameli 2018-11-11 16:36:02 -05:00
parent c982cf6a41
commit 4d29686116
20 changed files with 0 additions and 22 deletions

View File

@ -15,7 +15,6 @@
#include <vector>
#include <wx/panel.h>
#include <wx/dialog.h>
#include <wx/gdicmn.h>
#include <wx/font.h> // member variable
#include <wx/statusbr.h> // to inherit
#include "SampleFormat.h"

View File

@ -19,7 +19,6 @@
#include <vector>
#include <list>
#include <functional>
#include <wx/gdicmn.h>
#include <wx/longlong.h>
#include "SampleFormat.h"

View File

@ -22,7 +22,6 @@
#include "RealFFTf.h"
#include <wx/gdicmn.h>
#include <wx/longlong.h>
#include <vector>

View File

@ -16,7 +16,6 @@
#include "widgets/ProgressDialog.h"
#include <vector>
#include <wx/gdicmn.h>
#include <wx/longlong.h>
#include "WaveTrackLocation.h"

View File

@ -11,8 +11,6 @@
#ifndef __AUDACITY_EFFECT_AUTODUCK__
#define __AUDACITY_EFFECT_AUTODUCK__
#include <wx/gdicmn.h>
#include "Effect.h"
#include "../widgets/wxPanelWrapper.h"

View File

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

View File

@ -12,7 +12,6 @@ Paul Licameli split from TrackPanel.cpp
#define __AUDACITY_LABEL_GLYPH_HANDLE__
#include "LabelDefaultClickHandle.h"
#include <wx/gdicmn.h>
#include "../../../MemoryX.h"
class wxMouseState;

View File

@ -14,7 +14,6 @@ Paul Licameli split from TrackPanel.cpp
#include "LabelDefaultClickHandle.h"
#include "../../../MemoryX.h"
#include "../../../SelectedRegion.h"
#include <wx/gdicmn.h>
class wxMouseState;
class LabelTrack;

View File

@ -14,7 +14,6 @@ Paul Licameli split from TrackPanel.cpp
class wxMouseState;
class NoteTrack;
#include <wx/gdicmn.h>
#include "../../../../MemoryX.h"
#include "../../../../UIHandle.h"

View File

@ -16,7 +16,6 @@ class NoteTrack;
#include "../../../../MemoryX.h"
#include "../../../../UIHandle.h"
#include <wx/gdicmn.h>
class NoteTrackVZoomHandle : public UIHandle
{

View File

@ -17,7 +17,6 @@ Paul Licameli
class wxMouseEvent;
class wxMouseState;
#include <wx/gdicmn.h>
class Track;
class ViewInfo;

View File

@ -13,7 +13,6 @@ Paul Licameli split from TrackPanel.cpp
class wxMouseState;
class WaveTrack;
#include <wx/gdicmn.h>
#include "../../../../MemoryX.h"
#include "../../../../UIHandle.h"

View File

@ -16,7 +16,6 @@ Paul Licameli
class wxMouseEvent;
class wxMouseState;
#include <wx/gdicmn.h>
class Track;

View File

@ -18,7 +18,6 @@ Paul Licameli split from TrackPanel.cpp
class wxMouseEvent;
class wxMouseState;
#include <wx/gdicmn.h>
class Envelope;
class EnvelopeEditor;

View File

@ -18,8 +18,6 @@ Paul Licameli split from TrackPanel.cpp
#include "../../MemoryX.h"
#include <vector>
#include <wx/gdicmn.h>
class SelectionStateChanger;
class SnapManager;
class SpectrumAnalyst;

View File

@ -13,7 +13,6 @@ Paul Licameli
#include "../../MemoryX.h"
#include "../../UIHandle.h"
#include <wx/gdicmn.h>
class wxMouseEvent;
class LWSlider;

View File

@ -14,7 +14,6 @@ Paul Licameli split from TrackPanel.cpp
#include "../../UIHandle.h"
class wxMouseState;
#include <wx/gdicmn.h>
// This handle class, unlike most, doesn't associate with any particular cell.
class ZoomHandle final : public UIHandle

View File

@ -32,7 +32,6 @@ flicker-free use.
#include "../Audacity.h"
#include <wx/defs.h>
#include <wx/gdicmn.h>
#include <wx/statbmp.h> // to inherit
////////////////////////////////////////////////////////////

View File

@ -19,7 +19,6 @@
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/brush.h> // member variable
#include <wx/defs.h>
#include <wx/gdicmn.h>
#include <wx/timer.h>
#include "../SampleFormat.h"

View File

@ -14,7 +14,6 @@
#include "wxPanelWrapper.h"
#include <wx/colour.h> // member variable
#include <wx/gdicmn.h>
#include <wx/pen.h> // member variable
#include <wx/types.h>