1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-04 21:50:51 +01:00

Remove wx/arrstr.h from headers

This commit is contained in:
Paul Licameli
2018-11-11 19:47:44 -05:00
parent 1d0247607a
commit 40b4361732
42 changed files with 44 additions and 19 deletions

View File

@@ -15,7 +15,6 @@
#include <wx/defs.h>
#include <wx/arrstr.h>
#include <wx/window.h>
#include "PrefsPanel.h"

View File

@@ -15,7 +15,6 @@
#include <wx/defs.h>
#include <wx/arrstr.h>
#include <wx/window.h>
#include "PrefsPanel.h"

View File

@@ -20,6 +20,7 @@
#include "PrefsPanel.h"
class wxArrayString;
class ShuttleGui;
enum {

View File

@@ -15,7 +15,6 @@
#include <vector>
#include <wx/defs.h>
#include <wx/arrstr.h>
#include <wx/choice.h>
#include <wx/textctrl.h>

View File

@@ -21,7 +21,6 @@ Paul Licameli
struct FFTParam;
class NumberScale;
class SpectrumPrefs;
class wxArrayString;
class wxArrayStringEx;
class SpectrogramSettings

View File

@@ -32,7 +32,6 @@
#include "SpectrogramSettings.h"
class wxArrayStringEx;
class wxChoice;
class wxCheckBox;
class wxTextCtrl;

View File

@@ -15,7 +15,6 @@
//#include <wx/defs.h>
//#include <wx/arrstr.h>
//#include <wx/window.h>
#include <vector>