1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-06 23:47:45 +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 <vector>
#include <wx/panel.h> #include <wx/panel.h>
#include <wx/dialog.h> #include <wx/dialog.h>
#include <wx/gdicmn.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"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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