summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:41 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:40 -0800
commit15accefbe284cfa0c4735ecb5ae3d2127ac8cfff (patch)
tree0e069c2fd8fdca8e82296325b3ead0e63e3c3c8d /src/target/arm7_9_common.h
parent98eea5680b491a26812214ddfeeafb3f088b94aa (diff)
downloadopenocd+libswd-15accefbe284cfa0c4735ecb5ae3d2127ac8cfff.tar.gz
openocd+libswd-15accefbe284cfa0c4735ecb5ae3d2127ac8cfff.tar.bz2
openocd+libswd-15accefbe284cfa0c4735ecb5ae3d2127ac8cfff.tar.xz
openocd+libswd-15accefbe284cfa0c4735ecb5ae3d2127ac8cfff.zip
change #include "arm_jtag.h" to <target/arm_jtag.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm_jtag.h" the following form should be used. #include <target/arm_jtag.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/arm7_9_common.h')
-rw-r--r--src/target/arm7_9_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h
index d43eaa6d..9cf8b417 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -30,7 +30,7 @@
#define ARM7_9_COMMON_H
#include "armv4_5.h"
-#include "arm_jtag.h"
+#include <target/arm_jtag.h>
#define ARM7_9_COMMON_MAGIC 0x0a790a79 /**< */