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

Remove wx/checkbox.h from headers

This commit is contained in:
Paul Licameli
2018-11-11 17:30:55 -05:00
parent 0ff934e1c1
commit d71a54b4e9
32 changed files with 25 additions and 25 deletions

View File

@@ -15,8 +15,6 @@
#if defined(USE_VAMP)
#include <wx/checkbox.h>
#include <vamp-hostsdk/PluginLoader.h>
#include "../../SampleFormat.h"
@@ -25,6 +23,7 @@
class wxStaticText;
class wxSlider;
class wxChoice;
class wxCheckBox;
class wxTextCtrl;
class LabelTrack;