From: Zachary T Welch Date: Thu, 3 Dec 2009 12:14:49 +0000 (-0800) Subject: change #include "mips32_pracc.h" to X-Git-Tag: v0.4.0-rc1~167 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=36e53978b91c124fb7388d795856fa01ab138dc5;p=openocd 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 7d1928e5..ee5bd421 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