From 1650ab3a22d62c834126138f253643031c8418ba Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:45 -0800 Subject: change #include "embeddedice.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "embeddedice.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/flash/nor/ecos.c | 2 +- src/flash/nor/ocl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/flash') diff --git a/src/flash/nor/ecos.c b/src/flash/nor/ecos.c index f689e152..ca8f3f51 100644 --- a/src/flash/nor/ecos.c +++ b/src/flash/nor/ecos.c @@ -22,7 +22,7 @@ #endif #include "flash.h" -#include "embeddedice.h" +#include #include "image.h" #include diff --git a/src/flash/nor/ocl.c b/src/flash/nor/ocl.c index 388395f0..57d9efaa 100644 --- a/src/flash/nor/ocl.c +++ b/src/flash/nor/ocl.c @@ -23,7 +23,7 @@ #include "ocl.h" #include "flash.h" -#include "embeddedice.h" +#include struct ocl_priv -- cgit v1.2.3