From: Zachary T Welch Date: Thu, 3 Dec 2009 12:14:49 +0000 (-0800) Subject: change #include "mips32_pracc.h" to X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=36e53978b91c124fb7388d795856fa01ab138dc5;p=fw%2Fopenocd 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. --- diff --git a/src/target/mips32.h b/src/target/mips32.h index 7d1928e5b..ee5bd421c 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