diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-10-25 16:54:05 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-10-25 16:56:16 -0400 |
| commit | da528008de1380c66d9d80f0b978cd5c7bf591b4 (patch) | |
| tree | 5963b185d80f3e8d479624c28c6f9c37b9ef8156 /Source/Core | |
| parent | 275755aaaf30f8ad0ca9ffbce53e5a41e9b60a92 (diff) | |
CheatsWindow: Remove unnecessary header includes and forward decls
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/Cheats/CheatSearchTab.h | 1 | ||||
| -rw-r--r-- | Source/Core/DolphinWX/Cheats/CheatsWindow.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/DolphinWX/Cheats/CheatsWindow.h | 3 |
3 files changed, 1 insertions, 5 deletions
diff --git a/Source/Core/DolphinWX/Cheats/CheatSearchTab.h b/Source/Core/DolphinWX/Cheats/CheatSearchTab.h index 821239595f..d3f4615435 100644 --- a/Source/Core/DolphinWX/Cheats/CheatSearchTab.h +++ b/Source/Core/DolphinWX/Cheats/CheatSearchTab.h @@ -13,6 +13,7 @@ class wxCommandEvent; class wxEvent; class wxListBox; class wxRadioBox; +class wxRadioButton; class wxStaticText; class wxTextCtrl; class wxWindow; diff --git a/Source/Core/DolphinWX/Cheats/CheatsWindow.cpp b/Source/Core/DolphinWX/Cheats/CheatsWindow.cpp index 03f63cf242..8fb895b1c7 100644 --- a/Source/Core/DolphinWX/Cheats/CheatsWindow.cpp +++ b/Source/Core/DolphinWX/Cheats/CheatsWindow.cpp @@ -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> diff --git a/Source/Core/DolphinWX/Cheats/CheatsWindow.h b/Source/Core/DolphinWX/Cheats/CheatsWindow.h index ebe21be6e0..2a30897cb6 100644 --- a/Source/Core/DolphinWX/Cheats/CheatsWindow.h +++ b/Source/Core/DolphinWX/Cheats/CheatsWindow.h @@ -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; |
