change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:42 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:41 +0000 (04:24 -0800)
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.

src/target/arm720t.h
src/target/arm920t.h
src/target/arm926ejs.h
src/target/armv7a.h
src/target/xscale.h

index d78c07e6851473f142e2d2bd0616447e0e2c16b6..b13cff8fa20321be5a4ebae1bd5d16a6bfc2b066 100644 (file)
@@ -21,7 +21,7 @@
 #define ARM720T_H
 
 #include <target/arm7tdmi.h>
-#include "armv4_5_mmu.h"
+#include <target/armv4_5_mmu.h>
 
 #define        ARM720T_COMMON_MAGIC 0xa720a720
 
index 97d0261d6c1cc9d854c4b8a89d2c4fea37ec747c..0eb14fc7149411c701c360da570f5783aa6de56a 100644 (file)
@@ -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
 
index 9202fc6f2bd12cb35cf1d1825e3f2ae0d8a59271..604ab0803f6220dc64343f9f1c339913f86b1f1c 100644 (file)
@@ -21,7 +21,7 @@
 #define ARM926EJS_H
 
 #include <target/arm9tdmi.h>
-#include "armv4_5_mmu.h"
+#include <target/armv4_5_mmu.h>
 
 #define        ARM926EJS_COMMON_MAGIC 0xa926a926
 
index 6872b38f2a3273b0ae7ac0a3d57e1ef53b6bcfb9..0d5da86f9dfdbd6cd3479f2cbd897e14500b79bf 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <target/arm_adi_v5.h>
 #include <target/armv4_5.h>
-#include "armv4_5_mmu.h"
+#include <target/armv4_5_mmu.h>
 #include <target/armv4_5_cache.h>
 #include <target/arm_dpm.h>
 
index 9e19f45a9dac142d4ad34896775d66be671f2c28..c083b06cd7ac6a408e1e8632da261d3b5b548c1a 100644 (file)
@@ -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