mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Remove wx/pen.h, wx/thread.h from headers
This commit is contained in:
@@ -22,7 +22,6 @@ number of threads.
|
||||
#include <vector>
|
||||
#include "ODTaskThread.h"
|
||||
#include <wx/event.h> // for DECLARE_EXPORTED_EVENT_TYPE
|
||||
#include <wx/thread.h>
|
||||
|
||||
#ifdef __WXMAC__
|
||||
// On Mac OS X, it's better not to use the wxThread class.
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "../Audacity.h" // contains the set-up of AUDACITY_DLL_API
|
||||
|
||||
#include <wx/thread.h>
|
||||
#include <wx/thread.h> // to inherit
|
||||
|
||||
#include "../MemoryX.h"
|
||||
|
||||
|
Reference in New Issue
Block a user