1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02: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

@@ -77,6 +77,8 @@ const int sliderFontSize = 12;
#define OPTIONAL_SLIDER_TICKS
#endif
class wxArrayString;
//
// TipPanel
//

View File

@@ -26,6 +26,7 @@
#include "WindowAccessible.h"
#endif
class wxArrayString;
class wxBitmap;
class wxCursor;
class wxImage;

View File

@@ -30,6 +30,7 @@ class GridAx;
#endif
class wxArrayString;
class NumericTextCtrl;
/**********************************************************************//**

View File

@@ -15,11 +15,12 @@
#include <vector>
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h>
#include <wx/arrstr.h>
#include <wx/vlbox.h>
#include "../commands/Keyboard.h"
class wxArrayString;
// Class holding all information about a node. Rather than a real tree
// we store these in an array and simulate a tree.
class KeyNode