From: Zachary T Welch Date: Thu, 3 Dec 2009 12:14:48 +0000 (-0800) Subject: change #include "mips32.h" to X-Git-Tag: v0.4.0-rc1~168 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a8880f0b5ab7f5c9d4d3b031fd487caac766b99f;p=openocd change #include "mips32.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "mips32.h" the following form should be used. #include The exception is from .c files in the same directory. --- diff --git a/src/flash/nor/pic32mx.c b/src/flash/nor/pic32mx.c index 9bb6c97e..d2289b29 100644 --- a/src/flash/nor/pic32mx.c +++ b/src/flash/nor/pic32mx.c @@ -28,7 +28,7 @@ #endif #include "pic32mx.h" -#include "mips32.h" +#include static