From d9dc604a4d790f557a7ba502babdabffa27eaa17 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 4 Dec 2009 14:06:20 -0800 Subject: remove target.h from flash.h The flash.h header does not require the target.h header file, but its implementation source files do. Move it to flash/nor/imp.h. --- src/flash/nor/stellaris.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/flash/nor/stellaris.c') diff --git a/src/flash/nor/stellaris.c b/src/flash/nor/stellaris.c index f0028ea6..39885429 100644 --- a/src/flash/nor/stellaris.c +++ b/src/flash/nor/stellaris.c @@ -28,10 +28,11 @@ #include "config.h" #endif +#include "imp.h" #include "stellaris.h" -#include #include #include +#include #define DID0_VER(did0) ((did0 >> 28)&0x07) -- cgit v1.2.3