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

Remove wx/stattext.h from headers

This commit is contained in:
Paul Licameli
2018-11-11 16:41:45 -05:00
parent cfde442bcd
commit b8aea73c91
40 changed files with 36 additions and 21 deletions

View File

@@ -17,7 +17,6 @@
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <vamp-hostsdk/PluginLoader.h>
@@ -25,6 +24,7 @@
#include "../../SampleFormat.h"
#include "../Effect.h"
class wxStaticText;
class wxSlider;
class LabelTrack;