From 9e3136a5f84a402ae9f5c9e24a1e6c2a7451aac3 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:37 -0800 Subject: [PATCH] change #include "arm7_9_common.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm7_9_common.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/flash/nor/str9xpec.c | 2 +- src/target/embeddedice.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flash/nor/str9xpec.c b/src/flash/nor/str9xpec.c index 96e12596a..87a4b0625 100644 --- a/src/flash/nor/str9xpec.c +++ b/src/flash/nor/str9xpec.c @@ -25,7 +25,7 @@ #endif #include "str9xpec.h" -#include "arm7_9_common.h" +#include static int str9xpec_erase_area(struct flash_bank *bank, int first, int last); diff --git a/src/target/embeddedice.h b/src/target/embeddedice.h index 3254ed2ed..1faa1eeba 100644 --- a/src/target/embeddedice.h +++ b/src/target/embeddedice.h @@ -26,7 +26,7 @@ #ifndef EMBEDDED_ICE_H #define EMBEDDED_ICE_H -#include "arm7_9_common.h" +#include enum {