Remove wx/{checklst,wfstream,version,variant,types}.h from *.h

This commit is contained in:
Paul Licameli 2018-11-14 17:32:06 -05:00
parent 34f318cd41
commit 77f747daeb
7 changed files with 8 additions and 8 deletions

View File

@ -14,8 +14,6 @@
#include <wx/defs.h>
#include <wx/checklst.h>
#include "BatchCommands.h"
class wxWindow;

View File

@ -14,8 +14,6 @@
#include <wx/defs.h>
#include <wx/checklst.h>
#include "BatchCommands.h"
class wxWindow;

View File

@ -13,7 +13,10 @@
#include "MemoryX.h"
#include <wx/object.h>
#include <wx/wfstream.h>
class wxInputStream;
class wxOutputStream;
class wxFFileOutputStream;
class FileIO
{

View File

@ -17,8 +17,9 @@
#define __COMMANDMISC__
#include <map>
#include <wx/variant.h>
#include "Validators.h"
class wxVariant;
class OldStyleCommandType;
// Map from parameter name to the value of the parameter

View File

@ -47,6 +47,8 @@ class wxArrayString;
#include "../MemoryX.h"
#include <wx/variant.h> // member variable
class Validator /* not final */
{
private:

View File

@ -15,7 +15,6 @@
#include <vector>
#include <wx/dc.h> // for enum wxRasterOperationMode
#include <wx/defs.h>
#include <wx/version.h>
#include "wxPanelWrapper.h"
#if !wxCHECK_VERSION(3,0,0)

View File

@ -15,7 +15,6 @@
#include <wx/colour.h> // member variable
#include <wx/pen.h> // member variable
#include <wx/types.h>
class wxArrayString;
class wxDC;