summaryrefslogtreecommitdiff
path: root/src/target/xscale.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/xscale.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/xscale.h')
-rw-r--r--src/target/xscale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/xscale.h b/src/target/xscale.h
index 9e19f45a..c083b06c 100644
--- a/src/target/xscale.h
+++ b/src/target/xscale.h
@@ -24,7 +24,7 @@
#define XSCALE_H
#include <target/armv4_5.h>
-#include "armv4_5_mmu.h"
+#include <target/armv4_5_mmu.h>
#include "trace.h"
#define XSCALE_COMMON_MAGIC 0x58534341