mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
Remove wx/wx.h from headers
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <wx/utils.h>
|
||||
#include <wx/file.h>
|
||||
#include <wx/ffile.h>
|
||||
#include <wx/wx.h>
|
||||
|
||||
#ifdef USE_LIBID3TAG
|
||||
extern "C" {
|
||||
|
@@ -21,8 +21,8 @@ number of threads.
|
||||
|
||||
#include <vector>
|
||||
#include "ODTaskThread.h"
|
||||
#include <wx/event.h> // for DECLARE_EXPORTED_EVENT_TYPE
|
||||
#include <wx/thread.h>
|
||||
#include <wx/wx.h>
|
||||
|
||||
#ifdef __WXMAC__
|
||||
// On Mac OS X, it's better not to use the wxThread class.
|
||||
|
@@ -28,7 +28,6 @@ in a background thread.
|
||||
|
||||
#include "../MemoryX.h"
|
||||
#include <vector>
|
||||
#include <wx/wx.h>
|
||||
class AudacityProject;
|
||||
class Track;
|
||||
class WaveTrack;
|
||||
|
@@ -25,7 +25,6 @@ tasks associated with a WaveTrack.
|
||||
#include "../MemoryX.h"
|
||||
#include <vector>
|
||||
#include "ODTaskThread.h"
|
||||
#include <wx/wx.h>
|
||||
class Track;
|
||||
class WaveTrack;
|
||||
class ODTask;
|
||||
|
Reference in New Issue
Block a user