summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindow.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-01-09 12:46:04 +0000
committernakeee <nakeee@gmail.com>2009-01-09 12:46:04 +0000
commit9cae49bb52f1c71a56c73ca06c37623e6686648c (patch)
treeaf1d1f5c5b6176dcecf3f733f128b49b0e8dca93 /Source/Core/DebuggerWX/Src/CodeWindow.cpp
parent9f5aaf841334225de320d49dadecc4ab25e0e135 (diff)
moved plugin manager to core.
Can someone fix it on windows? git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1840 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
index 64ccbd1d85..f296e039ae 100644
--- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp
+++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
@@ -65,7 +65,7 @@
#include "Plugins/Plugin_DSP.h" // new stuff, to let us open the DLLDebugger
#include "Plugins/Plugin_Video.h" // new stuff, to let us open the DLLDebugger
-#include "../../DolphinWX/Src/PluginManager.h"
+#include "PluginManager.h"
#include "../../DolphinWX/Src/Config.h"