diff options
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/arm7tdmi.h | 2 | ||||
-rw-r--r-- | src/target/arm9tdmi.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/target/arm7tdmi.h b/src/target/arm7tdmi.h index b6bbe59a..ce771e26 100644 --- a/src/target/arm7tdmi.h +++ b/src/target/arm7tdmi.h @@ -23,7 +23,7 @@ #ifndef ARM7TDMI_H #define ARM7TDMI_H -#include "embeddedice.h" +#include <target/embeddedice.h> int arm7tdmi_init_arch_info(struct target *target, struct arm7_9_common *arm7_9, struct jtag_tap *tap); diff --git a/src/target/arm9tdmi.h b/src/target/arm9tdmi.h index aff9fc5f..ea436900 100644 --- a/src/target/arm9tdmi.h +++ b/src/target/arm9tdmi.h @@ -23,7 +23,7 @@ #ifndef ARM9TDMI_H #define ARM9TDMI_H -#include "embeddedice.h" +#include <target/embeddedice.h> int arm9tdmi_init_target(struct command_context *cmd_ctx, struct target *target); |