From da528008de1380c66d9d80f0b978cd5c7bf591b4 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 25 Oct 2014 16:54:05 -0400 Subject: [PATCH] CheatsWindow: Remove unnecessary header includes and forward decls --- Source/Core/DolphinWX/Cheats/CheatSearchTab.h | 1 + Source/Core/DolphinWX/Cheats/CheatsWindow.cpp | 2 -- Source/Core/DolphinWX/Cheats/CheatsWindow.h | 3 --- 3 files changed, 1 insertion(+), 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 #include #include -#include #include #include #include #include #include #include -#include #include #include #include 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;