diff options
-rw-r--r-- | src/flash/nor/str9xpec.c | 2 | ||||
-rw-r--r-- | src/target/embeddedice.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/nor/str9xpec.c b/src/flash/nor/str9xpec.c index 96e12596..87a4b062 100644 --- a/src/flash/nor/str9xpec.c +++ b/src/flash/nor/str9xpec.c @@ -25,7 +25,7 @@ #endif #include "str9xpec.h" -#include "arm7_9_common.h" +#include <target/arm7_9_common.h> static int str9xpec_erase_area(struct flash_bank *bank, int first, int last); diff --git a/src/target/embeddedice.h b/src/target/embeddedice.h index 3254ed2e..1faa1eeb 100644 --- a/src/target/embeddedice.h +++ b/src/target/embeddedice.h @@ -26,7 +26,7 @@ #ifndef EMBEDDED_ICE_H #define EMBEDDED_ICE_H -#include "arm7_9_common.h" +#include <target/arm7_9_common.h> enum { |