From: Zachary T Welch Date: Thu, 3 Dec 2009 12:14:38 +0000 (-0800) Subject: change #include "arm966e.h" to X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=41e92d8a7a987a5bbdeb7e5b36595c8bcc62e620;p=fw%2Fopenocd 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 7b345809f..045ab20bb 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