summaryrefslogtreecommitdiff
path: root/src/target/arm7tdmi.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:45 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:41 -0800
commit1650ab3a22d62c834126138f253643031c8418ba (patch)
treef2babdf61ea143b24ee2d081ae7222f6eff4bba1 /src/target/arm7tdmi.h
parent26e4fac57e2e022409b63a444928a41399a0a76b (diff)
downloadopenocd+libswd-1650ab3a22d62c834126138f253643031c8418ba.tar.gz
openocd+libswd-1650ab3a22d62c834126138f253643031c8418ba.tar.bz2
openocd+libswd-1650ab3a22d62c834126138f253643031c8418ba.tar.xz
openocd+libswd-1650ab3a22d62c834126138f253643031c8418ba.zip
change #include "embeddedice.h" to <target/embeddedice.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "embeddedice.h" the following form should be used. #include <target/embeddedice.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/arm7tdmi.h')
-rw-r--r--src/target/arm7tdmi.h2
1 files changed, 1 insertions, 1 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);