mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Merge pull request #1402 from lioncash/header
CheatsWindow: Remove unnecessary header includes and forward decls
This commit is contained in:
commit
3c5ca8cefe
@ -13,6 +13,7 @@ class wxCommandEvent;
|
|||||||
class wxEvent;
|
class wxEvent;
|
||||||
class wxListBox;
|
class wxListBox;
|
||||||
class wxRadioBox;
|
class wxRadioBox;
|
||||||
|
class wxRadioButton;
|
||||||
class wxStaticText;
|
class wxStaticText;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
class wxWindow;
|
class wxWindow;
|
||||||
|
@ -12,14 +12,12 @@
|
|||||||
#include <wx/chartype.h>
|
#include <wx/chartype.h>
|
||||||
#include <wx/checkbox.h>
|
#include <wx/checkbox.h>
|
||||||
#include <wx/checklst.h>
|
#include <wx/checklst.h>
|
||||||
#include <wx/choice.h>
|
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/event.h>
|
#include <wx/event.h>
|
||||||
#include <wx/listbox.h>
|
#include <wx/listbox.h>
|
||||||
#include <wx/msgdlg.h>
|
#include <wx/msgdlg.h>
|
||||||
#include <wx/notebook.h>
|
#include <wx/notebook.h>
|
||||||
#include <wx/panel.h>
|
#include <wx/panel.h>
|
||||||
#include <wx/radiobut.h>
|
|
||||||
#include <wx/sizer.h>
|
#include <wx/sizer.h>
|
||||||
#include <wx/statbox.h>
|
#include <wx/statbox.h>
|
||||||
#include <wx/stattext.h>
|
#include <wx/stattext.h>
|
||||||
|
@ -17,13 +17,10 @@
|
|||||||
class wxButton;
|
class wxButton;
|
||||||
class wxCheckBox;
|
class wxCheckBox;
|
||||||
class wxCheckListBox;
|
class wxCheckListBox;
|
||||||
class wxChoice;
|
|
||||||
class wxCloseEvent;
|
class wxCloseEvent;
|
||||||
class wxCommandEvent;
|
class wxCommandEvent;
|
||||||
class wxEvent;
|
|
||||||
class wxListBox;
|
class wxListBox;
|
||||||
class wxNotebook;
|
class wxNotebook;
|
||||||
class wxRadioButton;
|
|
||||||
class wxStaticBox;
|
class wxStaticBox;
|
||||||
class wxStaticText;
|
class wxStaticText;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user