1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Remove wx/{docview,datetime,datectrl,cursor}.h from *.h

This commit is contained in:
Paul Licameli
2018-11-16 10:26:39 -05:00
parent 5e2b8cd825
commit ef98cfd74f
7 changed files with 2 additions and 7 deletions

View File

@@ -22,7 +22,6 @@
#include "MemoryX.h" #include "MemoryX.h"
#include <wx/app.h> // to inherit #include <wx/app.h> // to inherit
#include <wx/dir.h> #include <wx/dir.h>
#include <wx/docview.h>
#include <wx/snglinst.h> #include <wx/snglinst.h>
#include <wx/timer.h> #include <wx/timer.h>

View File

@@ -11,7 +11,6 @@
#ifndef __AUDACITY_CELLULAR_PANEL__ #ifndef __AUDACITY_CELLULAR_PANEL__
#define __AUDACITY_CELLULAR_PANEL__ #define __AUDACITY_CELLULAR_PANEL__
#include <wx/cursor.h>
#include "widgets/OverlayPanel.h" #include "widgets/OverlayPanel.h"
class ViewInfo; class ViewInfo;

View File

@@ -32,6 +32,7 @@
#include <wx/choice.h> #include <wx/choice.h>
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/dir.h> #include <wx/dir.h>
#include <wx/datectrl.h>
#include <wx/datetime.h> #include <wx/datetime.h>
#include <wx/filedlg.h> #include <wx/filedlg.h>
#include <wx/intl.h> #include <wx/intl.h>

View File

@@ -17,12 +17,12 @@
#define __AUDACITY_TIMERRECORD_DIALOG__ #define __AUDACITY_TIMERRECORD_DIALOG__
#include <wx/textctrl.h> // to inherit #include <wx/textctrl.h> // to inherit
#include <wx/datectrl.h>
#include <wx/timer.h> #include <wx/timer.h>
#include "export/Export.h" #include "export/Export.h"
class wxCheckBox; class wxCheckBox;
class wxDateEvent; class wxDateEvent;
class wxDatePickerCtrl;
class wxTimerEvent; class wxTimerEvent;
class NumericTextCtrl; class NumericTextCtrl;

View File

@@ -11,8 +11,6 @@
#ifndef __AUDACITY_EFFECT_NYQUIST__ #ifndef __AUDACITY_EFFECT_NYQUIST__
#define __AUDACITY_EFFECT_NYQUIST__ #define __AUDACITY_EFFECT_NYQUIST__
#include <wx/datetime.h>
#include "../Effect.h" #include "../Effect.h"
#include "nyx.h" #include "nyx.h"

View File

@@ -19,7 +19,6 @@ class Alg_seq;
class NoteTrack; class NoteTrack;
class Track; class Track;
class ViewInfo; class ViewInfo;
class wxCursor;
class StretchHandle : public UIHandle class StretchHandle : public UIHandle
{ {

View File

@@ -25,7 +25,6 @@
class wxArrayString; class wxArrayString;
class wxBitmap; class wxBitmap;
class wxCursor;
class wxSize; class wxSize;
class wxPoint; class wxPoint;
class wxTextCtrl; class wxTextCtrl;