diff options
| author | nakeee <nakeee@gmail.com> | 2008-09-29 07:30:51 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-09-29 07:30:51 +0000 |
| commit | 7a6937c2d149ef0f043f8c4a5d5e217ee0c4f60d (patch) | |
| tree | a9e2f281e1181a87899d318a9e79fa38b4bcafe1 /Source/Core/DebuggerWX/Src/CodeWindow.cpp | |
| parent | f2a5fd1973108dac2dce5b02703c7ccce2ede452 (diff) | |
fixed case
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@723 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp index 3faaaa8f34..066e031ba0 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp @@ -56,8 +56,8 @@ #include "PowerPC/Jit64/JitCache.h"
#include "Plugins/Plugin_DSP.h" // new stuff, to let us open the DLLDebugger
-#include "../../DolphinWX/src/PluginManager.h"
-#include "../../DolphinWX/src/Config.h"
+#include "../../DolphinWX/Src/PluginManager.h"
+#include "../../DolphinWX/Src/Config.h"
// and here are the classes
class CPluginInfo;
|
