mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-08 08:01:19 +02:00
Remove wx/{checklst,wfstream,version,variant,types}.h from *.h
This commit is contained in:
parent
34f318cd41
commit
77f747daeb
@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
#include <wx/defs.h>
|
#include <wx/defs.h>
|
||||||
|
|
||||||
#include <wx/checklst.h>
|
|
||||||
|
|
||||||
#include "BatchCommands.h"
|
#include "BatchCommands.h"
|
||||||
|
|
||||||
class wxWindow;
|
class wxWindow;
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
#include <wx/defs.h>
|
#include <wx/defs.h>
|
||||||
|
|
||||||
#include <wx/checklst.h>
|
|
||||||
|
|
||||||
#include "BatchCommands.h"
|
#include "BatchCommands.h"
|
||||||
|
|
||||||
class wxWindow;
|
class wxWindow;
|
||||||
|
@ -13,7 +13,10 @@
|
|||||||
|
|
||||||
#include "MemoryX.h"
|
#include "MemoryX.h"
|
||||||
#include <wx/object.h>
|
#include <wx/object.h>
|
||||||
#include <wx/wfstream.h>
|
|
||||||
|
class wxInputStream;
|
||||||
|
class wxOutputStream;
|
||||||
|
class wxFFileOutputStream;
|
||||||
|
|
||||||
class FileIO
|
class FileIO
|
||||||
{
|
{
|
||||||
|
@ -17,8 +17,9 @@
|
|||||||
#define __COMMANDMISC__
|
#define __COMMANDMISC__
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <wx/variant.h>
|
|
||||||
#include "Validators.h"
|
#include "Validators.h"
|
||||||
|
|
||||||
|
class wxVariant;
|
||||||
class OldStyleCommandType;
|
class OldStyleCommandType;
|
||||||
|
|
||||||
// Map from parameter name to the value of the parameter
|
// Map from parameter name to the value of the parameter
|
||||||
|
@ -47,6 +47,8 @@ class wxArrayString;
|
|||||||
|
|
||||||
#include "../MemoryX.h"
|
#include "../MemoryX.h"
|
||||||
|
|
||||||
|
#include <wx/variant.h> // member variable
|
||||||
|
|
||||||
class Validator /* not final */
|
class Validator /* not final */
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <wx/dc.h> // for enum wxRasterOperationMode
|
#include <wx/dc.h> // for enum wxRasterOperationMode
|
||||||
#include <wx/defs.h>
|
#include <wx/defs.h>
|
||||||
#include <wx/version.h>
|
|
||||||
#include "wxPanelWrapper.h"
|
#include "wxPanelWrapper.h"
|
||||||
|
|
||||||
#if !wxCHECK_VERSION(3,0,0)
|
#if !wxCHECK_VERSION(3,0,0)
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
#include <wx/colour.h> // member variable
|
#include <wx/colour.h> // member variable
|
||||||
#include <wx/pen.h> // member variable
|
#include <wx/pen.h> // member variable
|
||||||
#include <wx/types.h>
|
|
||||||
|
|
||||||
class wxArrayString;
|
class wxArrayString;
|
||||||
class wxDC;
|
class wxDC;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user