1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-30 23:23:44 +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 <wx/app.h> // to inherit
#include <wx/dir.h>
#include <wx/docview.h>
#include <wx/snglinst.h>
#include <wx/timer.h>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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