From c6dd6a576d0b680f67ad9fd8af12fb342b26c83d Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:51 -0800 Subject: change #include "target.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "target.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/target/armv4_5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/armv4_5.h') diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index 9b6237bc..6c83c3b3 100644 --- a/src/target/armv4_5.h +++ b/src/target/armv4_5.h @@ -26,7 +26,7 @@ #ifndef ARMV4_5_H #define ARMV4_5_H -#include "target.h" +#include #include -- cgit v1.2.3-18-g5258