summaryrefslogtreecommitdiff
path: root/src/target/armv4_5_mmu.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
commit56adfadb5de436ea627dc04a537917318317fd01 (patch)
treed8326f0cdd9a6317bdd090b346b589d444d57637 /src/target/armv4_5_mmu.h
parentddea03304310e1342ee127fc7e6507bbfb237ae4 (diff)
downloadopenocd+libswd-56adfadb5de436ea627dc04a537917318317fd01.tar.gz
openocd+libswd-56adfadb5de436ea627dc04a537917318317fd01.tar.bz2
openocd+libswd-56adfadb5de436ea627dc04a537917318317fd01.tar.xz
openocd+libswd-56adfadb5de436ea627dc04a537917318317fd01.zip
change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "armv4_5_cache.h" the following form should be used. #include <target/armv4_5_cache.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/armv4_5_mmu.h')
-rw-r--r--src/target/armv4_5_mmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv4_5_mmu.h b/src/target/armv4_5_mmu.h
index 6b9ed34c..428a3731 100644
--- a/src/target/armv4_5_mmu.h
+++ b/src/target/armv4_5_mmu.h
@@ -20,7 +20,7 @@
#ifndef ARMV4_5_MMU_H
#define ARMV4_5_MMU_H
-#include "armv4_5_cache.h"
+#include <target/armv4_5_cache.h>
struct target;