summaryrefslogtreecommitdiff
path: root/src/target/etm.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/etm.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/etm.h')
-rw-r--r--src/target/etm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/etm.h b/src/target/etm.h
index c8da7947..60e4ea70 100644
--- a/src/target/etm.h
+++ b/src/target/etm.h
@@ -24,7 +24,7 @@
#define ETM_H
#include "trace.h"
-#include "arm_jtag.h"
+#include <target/arm_jtag.h>
struct image;