summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/CodeWindow.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-05-08 10:04:40 -0400
committerLioncash <mathew1800@gmail.com>2015-05-08 12:39:26 -0400
commita7e9aea7972c0a0af6fc7e9c4126ccda43118a0f (patch)
treeff5710915da479144d02ca8f24a8204d1159015b /Source/Core/DolphinWX/Debugger/CodeWindow.cpp
parentcb20589d7f64d07f751551695b45c100a1b9414d (diff)
DolphinWX: Remove unnecessary includes
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/CodeWindow.cpp')
-rw-r--r--Source/Core/DolphinWX/Debugger/CodeWindow.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/Core/DolphinWX/Debugger/CodeWindow.cpp b/Source/Core/DolphinWX/Debugger/CodeWindow.cpp
index 23f4d5c989..d8bc4bd13a 100644
--- a/Source/Core/DolphinWX/Debugger/CodeWindow.cpp
+++ b/Source/Core/DolphinWX/Debugger/CodeWindow.cpp
@@ -6,24 +6,15 @@
#include <string>
#include <vector>
#include <wx/bitmap.h>
-#include <wx/chartype.h>
-#include <wx/defs.h>
-#include <wx/event.h>
-#include <wx/gdicmn.h>
#include <wx/image.h>
#include <wx/listbox.h>
#include <wx/menu.h>
-#include <wx/menuitem.h>
#include <wx/panel.h>
#include <wx/stattext.h>
-#include <wx/string.h>
#include <wx/textctrl.h>
#include <wx/textdlg.h>
#include <wx/thread.h>
#include <wx/toolbar.h>
-#include <wx/translation.h>
-#include <wx/window.h>
-#include <wx/windowid.h>
#include <wx/aui/auibar.h>
#include "Common/BreakPoints.h"