diff options
| author | nakeee <nakeee@gmail.com> | 2008-09-07 20:29:31 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-09-07 20:29:31 +0000 |
| commit | ac83588c3a758d871c482e1cf5ac45dc1fdcd673 (patch) | |
| tree | d7fb20fe5c5599f9983a964d88d8d9d72c2add84 /Source/Core/DebuggerWX/src | |
| parent | 21171d8b1b52a211130b24bc89297a7aafa903a6 (diff) | |
continue changing src to Src
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@474 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src')
| -rw-r--r-- | Source/Core/DebuggerWX/src/CodeWindow.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/DebuggerWX/src/JitWindow.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/DebuggerWX/src/MemoryWindow.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/DebuggerWX/src/CodeWindow.cpp b/Source/Core/DebuggerWX/src/CodeWindow.cpp index b9c78d6e80..11ca93ba4a 100644 --- a/Source/Core/DebuggerWX/src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/src/CodeWindow.cpp @@ -23,7 +23,7 @@ #include <wx/mstream.h>
// ugly that this lib included code from the main
-#include "../../DolphinWX/src/Globals.h"
+#include "../../DolphinWX/Src/Globals.h"
#include "IniFile.h"
#include "Host.h"
diff --git a/Source/Core/DebuggerWX/src/JitWindow.cpp b/Source/Core/DebuggerWX/src/JitWindow.cpp index c6a207c620..aa4d4b5300 100644 --- a/Source/Core/DebuggerWX/src/JitWindow.cpp +++ b/Source/Core/DebuggerWX/src/JitWindow.cpp @@ -40,7 +40,7 @@ #include "LogManager.h"
// ugly that this lib included code from the main
-#include "../../DolphinWX/src/Globals.h"
+#include "../../DolphinWX/Src/Globals.h"
// UGLY
namespace {
diff --git a/Source/Core/DebuggerWX/src/MemoryWindow.cpp b/Source/Core/DebuggerWX/src/MemoryWindow.cpp index 47c4fb7d1b..879b59c7c8 100644 --- a/Source/Core/DebuggerWX/src/MemoryWindow.cpp +++ b/Source/Core/DebuggerWX/src/MemoryWindow.cpp @@ -36,7 +36,7 @@ #include "LogManager.h"
// ugly that this lib included code from the main
-#include "../../DolphinWX/src/Globals.h"
+#include "../../DolphinWX/Src/Globals.h"
enum
|
