diff options
-rw-r--r-- | src/target/armv4_5_mmu.h | 2 | ||||
-rw-r--r-- | src/target/armv7a.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/target/armv4_5_mmu.h b/src/target/armv4_5_mmu.h index 6b9ed34c..428a3731 100644 --- a/src/target/armv4_5_mmu.h +++ b/src/target/armv4_5_mmu.h @@ -20,7 +20,7 @@ #ifndef ARMV4_5_MMU_H #define ARMV4_5_MMU_H -#include "armv4_5_cache.h" +#include <target/armv4_5_cache.h> struct target; diff --git a/src/target/armv7a.h b/src/target/armv7a.h index da8ccdf4..6872b38f 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -22,7 +22,7 @@ #include <target/arm_adi_v5.h> #include <target/armv4_5.h> #include "armv4_5_mmu.h" -#include "armv4_5_cache.h" +#include <target/armv4_5_cache.h> #include <target/arm_dpm.h> enum |