From 377c5504b9cd040aa986d0927ab8aa49032b8584 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:42 -0800 Subject: change #include "armv4_5_mmu.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "armv4_5_mmu.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/target/xscale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/xscale.h') 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 -#include "armv4_5_mmu.h" +#include #include "trace.h" #define XSCALE_COMMON_MAGIC 0x58534341 -- cgit v1.2.3