Bläddra i källkod

fixed include path

bunnei 12 år sedan
förälder
incheckning
68408ed9b9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/core/arm/interpreter/arm_interpreter.cpp

+ 1 - 1
src/core/arm/interpreter/arm_interpreter.cpp

@@ -2,7 +2,7 @@
 // Licensed under GPLv2
 // Licensed under GPLv2
 // Refer to the license.txt file included.  
 // Refer to the license.txt file included.  
 
 
-#include "arm_interpreter.h"
+#include "core/arm/interpreter/arm_interpreter.h"
 
 
 const static cpu_config_t s_arm11_cpu_info = {
 const static cpu_config_t s_arm11_cpu_info = {
     "armv6", "arm11", 0x0007b000, 0x0007f000, NONCACHE
     "armv6", "arm11", 0x0007b000, 0x0007f000, NONCACHE