1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 14:16:28 +01: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

@@ -13,7 +13,6 @@
#include <wx/dialog.h>
#include <wx/listctrl.h>
#include <wx/simplebook.h>
#include "Export.h"
#include "../Tags.h" // we need to know about the Tags class for metadata
@@ -23,6 +22,7 @@ class wxButton;
class wxCheckBox;
class wxChoice;
class wxRadioButton;
class wxSimplebook;
class wxStaticText;
class wxTextCtrl;