From 36e53978b91c124fb7388d795856fa01ab138dc5 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:49 -0800 Subject: [PATCH] change #include "mips32_pracc.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "mips32_pracc.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(-) diff --git a/src/target/mips32.h b/src/target/mips32.h index 7d1928e5b0..ee5bd421cd 100644 --- a/src/target/mips32.h +++ b/src/target/mips32.h @@ -24,7 +24,7 @@ #define MIPS32_H #include "target.h" -#include "mips32_pracc.h" +#include #define MIPS32_COMMON_MAGIC 0xB320B320 -- 2.30.2