summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-05-08 12:54:56 -0400
committerLioncash <mathew1800@gmail.com>2015-05-08 12:54:56 -0400
commit8b2f7b1e88ffbe582b736d59121b6bd6184ba270 (patch)
tree472ed7d327398a50ab0f3cea524c1160bdef5273 /Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp
parent4c3984053d2317bd4801affed11c6d85dbd1962f (diff)
parenta7e9aea7972c0a0af6fc7e9c4126ccda43118a0f (diff)
Merge pull request #2379 from lioncash/header
DolphinWX: Remove unnecessary includes
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp')
-rw-r--r--Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp b/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp
index 441c7688c5..93c82cc542 100644
--- a/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp
+++ b/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp
@@ -7,21 +7,14 @@
#include <string>
#include <utility>
#include <vector>
-#include <wx/chartype.h>
-#include <wx/defs.h>
-#include <wx/event.h>
#include <wx/filedlg.h>
#include <wx/font.h>
#include <wx/fontdata.h>
#include <wx/fontdlg.h>
#include <wx/listbox.h>
#include <wx/menu.h>
-#include <wx/menuitem.h>
#include <wx/mimetype.h>
-#include <wx/string.h>
#include <wx/textdlg.h>
-#include <wx/translation.h>
-#include <wx/utils.h>
#include "Common/CommonPaths.h"
#include "Common/CommonTypes.h"