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:
parent
5e2b8cd825
commit
ef98cfd74f
@ -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>
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
#ifndef __AUDACITY_CELLULAR_PANEL__
|
||||
#define __AUDACITY_CELLULAR_PANEL__
|
||||
|
||||
#include <wx/cursor.h>
|
||||
#include "widgets/OverlayPanel.h"
|
||||
|
||||
class ViewInfo;
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -11,8 +11,6 @@
|
||||
#ifndef __AUDACITY_EFFECT_NYQUIST__
|
||||
#define __AUDACITY_EFFECT_NYQUIST__
|
||||
|
||||
#include <wx/datetime.h>
|
||||
|
||||
#include "../Effect.h"
|
||||
|
||||
#include "nyx.h"
|
||||
|
@ -19,7 +19,6 @@ class Alg_seq;
|
||||
class NoteTrack;
|
||||
class Track;
|
||||
class ViewInfo;
|
||||
class wxCursor;
|
||||
|
||||
class StretchHandle : public UIHandle
|
||||
{
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
class wxArrayString;
|
||||
class wxBitmap;
|
||||
class wxCursor;
|
||||
class wxSize;
|
||||
class wxPoint;
|
||||
class wxTextCtrl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user