summaryrefslogtreecommitdiff
path: root/src/target/arm720t.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:37 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:40 -0800
commit447f0896dd4652b240e316275913a6e13b11d03e (patch)
tree095ef6a9a1570bbde8172b948bd9e9b1ae61b028 /src/target/arm720t.h
parent9e3136a5f84a402ae9f5c9e24a1e6c2a7451aac3 (diff)
downloadopenocd+libswd-447f0896dd4652b240e316275913a6e13b11d03e.tar.gz
openocd+libswd-447f0896dd4652b240e316275913a6e13b11d03e.tar.bz2
openocd+libswd-447f0896dd4652b240e316275913a6e13b11d03e.tar.xz
openocd+libswd-447f0896dd4652b240e316275913a6e13b11d03e.zip
change #include "arm7tdmi.h" to <target/arm7tdmi.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm7tdmi.h" the following form should be used. #include <target/arm7tdmi.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/arm720t.h')
-rw-r--r--src/target/arm720t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm720t.h b/src/target/arm720t.h
index f0ab4447..d78c07e6 100644
--- a/src/target/arm720t.h
+++ b/src/target/arm720t.h
@@ -20,7 +20,7 @@
#ifndef ARM720T_H
#define ARM720T_H
-#include "arm7tdmi.h"
+#include <target/arm7tdmi.h>
#include "armv4_5_mmu.h"
#define ARM720T_COMMON_MAGIC 0xa720a720