summaryrefslogtreecommitdiff
path: root/src/target/arm920t.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
commit377c5504b9cd040aa986d0927ab8aa49032b8584 (patch)
treefd8a953d0b61506d021ddb029b7b794d3c94c355 /src/target/arm920t.h
parent56adfadb5de436ea627dc04a537917318317fd01 (diff)
downloadopenocd+libswd-377c5504b9cd040aa986d0927ab8aa49032b8584.tar.gz
openocd+libswd-377c5504b9cd040aa986d0927ab8aa49032b8584.tar.bz2
openocd+libswd-377c5504b9cd040aa986d0927ab8aa49032b8584.tar.xz
openocd+libswd-377c5504b9cd040aa986d0927ab8aa49032b8584.zip
change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "armv4_5_mmu.h" the following form should be used. #include <target/armv4_5_mmu.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/arm920t.h')
-rw-r--r--src/target/arm920t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm920t.h b/src/target/arm920t.h
index 97d0261d..0eb14fc7 100644
--- a/src/target/arm920t.h
+++ b/src/target/arm920t.h
@@ -21,7 +21,7 @@
#define ARM920T_H
#include <target/arm9tdmi.h>
-#include "armv4_5_mmu.h"
+#include <target/armv4_5_mmu.h>
#define ARM920T_COMMON_MAGIC 0xa920a920