1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Remove wx/textctrl.h from headers

This commit is contained in:
Paul Licameli
2018-11-11 16:11:18 -05:00
parent b1ce24c087
commit 8cf6874555
32 changed files with 30 additions and 39 deletions

View File

@@ -17,7 +17,6 @@
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/textctrl.h>
#include <vamp-hostsdk/PluginLoader.h>
@@ -26,6 +25,7 @@
class wxStaticText;
class wxSlider;
class wxTextCtrl;
class LabelTrack;
#define VAMPEFFECTS_VERSION wxT("1.0.0.0")