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/arm966e.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm966e.h') diff --git a/src/target/arm966e.h b/src/target/arm966e.h index 24dcec30..6c169700 100644 --- a/src/target/arm966e.h +++ b/src/target/arm966e.h @@ -23,7 +23,7 @@ #ifndef ARM966E_H #define ARM966E_H -#include "arm9tdmi.h" +#include #define ARM966E_COMMON_MAGIC 0x20f920f9 -- cgit v1.2.3