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/at91sam3.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/flash/nor/at91sam3.c') diff --git a/src/flash/nor/at91sam3.c b/src/flash/nor/at91sam3.c index dd4f3471..1194e25f 100644 --- a/src/flash/nor/at91sam3.c +++ b/src/flash/nor/at91sam3.c @@ -57,13 +57,9 @@ #endif -#include -#include -#include -#include -#include -#include +#include "imp.h" #include "at91sam3.h" +#include #include #define REG_NAME_WIDTH (12) -- cgit v1.2.3