1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Remove wx/{dc,tokenzr,tglbtn,statusbr,simplebook}.h from *.h

This commit is contained in:
Paul Licameli
2018-11-14 15:53:31 -05:00
parent 8d537c198b
commit 4e9c3cfb5f
16 changed files with 9 additions and 14 deletions

View File

@@ -20,7 +20,6 @@
#include <wx/defs.h>
#include <wx/dynarray.h>
#include <wx/intl.h>
#include <wx/tglbtn.h>
class wxListBox;
class wxWindow;

View File

@@ -57,12 +57,13 @@ and sends it to that message target.
#include "../MemoryX.h"
#include <vector>
#include <wx/statusbr.h>
//#include "../src/Project.h"
#include "../widgets/ProgressDialog.h"
#include "../commands/ResponseQueue.h"
#include "../widgets/ErrorDialog.h"
class wxStatusBar;
/// Interface for objects that can receive command progress information
class CommandProgressTarget /* not final */
{