diff options
-rw-r--r-- | src/target/etm.h | 2 | ||||
-rw-r--r-- | src/target/xscale.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/target/etm.h b/src/target/etm.h index 60e4ea70..656e04b7 100644 --- a/src/target/etm.h +++ b/src/target/etm.h @@ -23,7 +23,7 @@ #ifndef ETM_H #define ETM_H -#include "trace.h" +#include <target/trace.h> #include <target/arm_jtag.h> struct image; diff --git a/src/target/xscale.h b/src/target/xscale.h index c083b06c..6f811785 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -25,7 +25,7 @@ #include <target/armv4_5.h> #include <target/armv4_5_mmu.h> -#include "trace.h" +#include <target/trace.h> #define XSCALE_COMMON_MAGIC 0x58534341 |