diff options
| author | nakeee <nakeee@gmail.com> | 2009-01-17 23:41:21 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-01-17 23:41:21 +0000 |
| commit | 4433e064475e51ac4d82a91f790400976f34090f (patch) | |
| tree | 2b26dfe249003f30b46cb7b8cd78f5505ab6dacd /Source/Core/DebuggerWX/Src/CodeWindow.cpp | |
| parent | ee2bf31e565114d7a21d00cfbc2abbbfa7fec8b2 (diff) | |
Move Config.cpp to Core renamed it to ConfigManager
Todo: Use it from core.cpp instead of the params
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1905 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 6140960433..e67976c262 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp @@ -64,7 +64,7 @@ #include "PowerPC/Jit64/JitCache.h" // for ClearCache() #include "PluginManager.h" -#include "../../DolphinWX/Src/Config.h" +#include "ConfigManager.h" extern "C" // Bitmaps |
