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

Remove wx/string.h from headers

This commit is contained in:
Paul Licameli
2018-11-11 15:11:55 -05:00
parent 51f0362e9f
commit 1d0247607a
93 changed files with 8 additions and 105 deletions

View File

@@ -21,7 +21,6 @@
#include <wx/defs.h>
#include <wx/dynarray.h>
#include <wx/intl.h>
#include <wx/string.h>
#include <wx/tglbtn.h>
#include <wx/event.h> // for idle event.

View File

@@ -17,7 +17,6 @@
#define __COMMANDBUILDER__
#include "../MemoryX.h"
#include <wx/string.h>
class OldStyleCommand;
using OldStyleCommandPointer = std::shared_ptr<OldStyleCommand>;

View File

@@ -11,7 +11,6 @@
#ifndef __AUDACITY_COMMAND_CONTEXT__
#define __AUDACITY_COMMAND_CONTEXT__
#include <wx/string.h>
#include <wx/event.h>
#include "audacity/Types.h"
#include "../MemoryX.h"

View File

@@ -9,7 +9,6 @@
#ifndef __AUDACITY_COMMAND_FUNCTORS__
#define __AUDACITY_COMMAND_FUNCTORS__
#include <wx/string.h>
#include <wx/event.h>
#include "../MemoryX.h"
#include "Command.h"

View File

@@ -22,7 +22,6 @@
#include "../MemoryX.h"
#include "Keyboard.h"
#include <vector>
#include <wx/string.h>
#include <wx/hashmap.h>
#include "../xml/XMLTagHandler.h"

View File

@@ -17,7 +17,6 @@
#define __COMMANDMISC__
#include <map>
#include <wx/string.h>
#include <wx/variant.h>
#include "Validators.h"
class OldStyleCommandType;

View File

@@ -57,7 +57,6 @@ and sends it to that message target.
#include "../MemoryX.h"
#include <vector>
#include <wx/string.h>
#include <wx/statusbr.h>
//#include "../src/Project.h"
#include "../widgets/ProgressDialog.h"

View File

@@ -12,7 +12,6 @@
#define __AUDACITY_DEMO_COMMAND__
#include <wx/event.h>
#include <wx/string.h>
#include <wx/textctrl.h>
#include "AudacityCommand.h"

View File

@@ -14,7 +14,6 @@
#include <wx/defs.h>
#include <wx/event.h>
#include <wx/string.h>
struct NormalizedKeyString : private wxString
{

View File

@@ -37,7 +37,7 @@ force the script thread to wait until a response is available.
#include <queue>
#include <string>
#include <wx/thread.h>
#include <wx/string.h>
#include <wx/string.h> // member variable
class wxMutex;
class wxCondition;