1
0
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:
Paul Licameli
2018-11-14 13:50:12 -05:00
parent 3a7324984c
commit ec2f26e48c
17 changed files with 6 additions and 18 deletions

View File

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

View File

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