1
0
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:
Paul Licameli
2018-11-11 14:38:47 -05:00
parent 8dace29aba
commit 51f0362e9f
10 changed files with 15 additions and 8 deletions

View File

@@ -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" {

View File

@@ -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.

View File

@@ -28,7 +28,6 @@ in a background thread.
#include "../MemoryX.h"
#include <vector>
#include <wx/wx.h>
class AudacityProject;
class Track;
class WaveTrack;

View File

@@ -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;