CheatsWindow: Remove unnecessary header includes and forward decls

This commit is contained in:
Lioncash 2014-10-25 16:54:05 -04:00
parent 275755aaaf
commit da528008de
3 changed files with 1 additions and 5 deletions

View File

@ -13,6 +13,7 @@ class wxCommandEvent;
class wxEvent;
class wxListBox;
class wxRadioBox;
class wxRadioButton;
class wxStaticText;
class wxTextCtrl;
class wxWindow;

View File

@ -12,14 +12,12 @@
#include <wx/chartype.h>
#include <wx/checkbox.h>
#include <wx/checklst.h>
#include <wx/choice.h>
#include <wx/dialog.h>
#include <wx/event.h>
#include <wx/listbox.h>
#include <wx/msgdlg.h>
#include <wx/notebook.h>
#include <wx/panel.h>
#include <wx/radiobut.h>
#include <wx/sizer.h>
#include <wx/statbox.h>
#include <wx/stattext.h>

View File

@ -17,13 +17,10 @@
class wxButton;
class wxCheckBox;
class wxCheckListBox;
class wxChoice;
class wxCloseEvent;
class wxCommandEvent;
class wxEvent;
class wxListBox;
class wxNotebook;
class wxRadioButton;
class wxStaticBox;
class wxStaticText;
class wxTextCtrl;