diff options
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/armv4_5.h | 2 | ||||
-rw-r--r-- | src/target/mips32.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index 9b6237bc..6c83c3b3 100644 --- a/src/target/armv4_5.h +++ b/src/target/armv4_5.h @@ -26,7 +26,7 @@ #ifndef ARMV4_5_H #define ARMV4_5_H -#include "target.h" +#include <target/target.h> #include <helper/command.h> diff --git a/src/target/mips32.h b/src/target/mips32.h index ee5bd421..98186aff 100644 --- a/src/target/mips32.h +++ b/src/target/mips32.h @@ -23,7 +23,7 @@ #ifndef MIPS32_H #define MIPS32_H -#include "target.h" +#include <target/target.h> #include <target/mips32_pracc.h> |