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:42 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:41 -0800
commitddea03304310e1342ee127fc7e6507bbfb237ae4 (patch)
tree5887aac2edfb178addb8eacccaa01938194cd7b7 /src/target/arm7_9_common.h
parent15accefbe284cfa0c4735ecb5ae3d2127ac8cfff (diff)
downloadopenocd+libswd-ddea03304310e1342ee127fc7e6507bbfb237ae4.tar.gz
openocd+libswd-ddea03304310e1342ee127fc7e6507bbfb237ae4.tar.bz2
openocd+libswd-ddea03304310e1342ee127fc7e6507bbfb237ae4.tar.xz
openocd+libswd-ddea03304310e1342ee127fc7e6507bbfb237ae4.zip
change #include "armv4_5.h" to <target/armv4_5.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "armv4_5.h" the following form should be used. #include <target/armv4_5.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 9cf8b417..7555bec2 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -29,7 +29,7 @@
#ifndef ARM7_9_COMMON_H
#define ARM7_9_COMMON_H
-#include "armv4_5.h"
+#include <target/armv4_5.h>
#include <target/arm_jtag.h>
#define ARM7_9_COMMON_MAGIC 0x0a790a79 /**< */