From 96827d9996c55fc517d03e18d7586720309aea75 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Mon, 23 Feb 2009 20:29:55 +0000 Subject: Introduce JitCommon folder to share things between the two jits. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2396 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp') 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" -- cgit v1.2.3