From 7a6937c2d149ef0f043f8c4a5d5e217ee0c4f60d Mon Sep 17 00:00:00 2001 From: nakeee Date: Mon, 29 Sep 2008 07:30:51 +0000 Subject: [PATCH] fixed case git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@723 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DebuggerWX/Src/CodeWindow.cpp | 4 ++-- 1 file 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;