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:
@@ -77,6 +77,8 @@ const int sliderFontSize = 12;
|
||||
#define OPTIONAL_SLIDER_TICKS
|
||||
#endif
|
||||
|
||||
class wxArrayString;
|
||||
|
||||
//
|
||||
// TipPanel
|
||||
//
|
||||
|
@@ -26,6 +26,7 @@
|
||||
#include "WindowAccessible.h"
|
||||
#endif
|
||||
|
||||
class wxArrayString;
|
||||
class wxBitmap;
|
||||
class wxCursor;
|
||||
class wxImage;
|
||||
|
@@ -30,6 +30,7 @@ class GridAx;
|
||||
|
||||
#endif
|
||||
|
||||
class wxArrayString;
|
||||
class NumericTextCtrl;
|
||||
|
||||
/**********************************************************************//**
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user