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/mips32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/mips32.h') diff --git a/src/target/mips32.h b/src/target/mips32.h index ee5bd421..98186aff 100644 --- a/src/target/mips32.h +++ b/src/target/mips32.h @@ -23,7 +23,7 @@ #ifndef MIPS32_H #define MIPS32_H -#include "target.h" +#include #include -- cgit v1.2.3