diff options
| author | nakeee <nakeee@gmail.com> | 2009-01-09 12:46:04 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-01-09 12:46:04 +0000 |
| commit | 9cae49bb52f1c71a56c73ca06c37623e6686648c (patch) | |
| tree | af1d1f5c5b6176dcecf3f733f128b49b0e8dca93 /Source/Core/DebuggerWX/Src/CodeWindow.cpp | |
| parent | 9f5aaf841334225de320d49dadecc4ab25e0e135 (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.cpp | 2 |
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" |
