diff options
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp b/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp index 02268f9fa5..9640ff1ac4 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp @@ -61,7 +61,7 @@ #include "PowerPC/SignatureDB.h" #include "PowerPC/PPCTables.h" #include "PowerPC/Jit64/Jit.h" -#include "PowerPC/Jit64/JitCache.h" // for ClearCache() +#include "PowerPC/JitCommon/JitCache.h" // for ClearCache() #include "PluginManager.h" #include "ConfigManager.h" |
