From 2c35b35e111b5a23a3316e02e419c212840c4cc2 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:39 -0800 Subject: change #include "arm9tdmi.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm9tdmi.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/target/arm920t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm920t.h') diff --git a/src/target/arm920t.h b/src/target/arm920t.h index a75f01ab..97d0261d 100644 --- a/src/target/arm920t.h +++ b/src/target/arm920t.h @@ -20,7 +20,7 @@ #ifndef ARM920T_H #define ARM920T_H -#include "arm9tdmi.h" +#include #include "armv4_5_mmu.h" #define ARM920T_COMMON_MAGIC 0xa920a920 -- cgit v1.2.3