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