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:
@@ -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>
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
|
@@ -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>
|
||||||
|
@@ -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;
|
||||||
|
@@ -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"
|
||||||
|
@@ -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
|
||||||
{
|
{
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user