From fbcb57baf842a84898dcc1cbe9a8b56d2a0028e1 Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 11 May 2009 04:30:41 +0000 Subject: Audit and eliminate redundant #include directives in src/flash sources. git-svn-id: svn://svn.berlios.de/openocd/trunk@1712 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/orion_nand.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/flash/orion_nand.c') diff --git a/src/flash/orion_nand.c b/src/flash/orion_nand.c index 678eb94c..fb5a3403 100644 --- a/src/flash/orion_nand.c +++ b/src/flash/orion_nand.c @@ -26,17 +26,11 @@ #include "config.h" #endif -#include "replacements.h" -#include "log.h" - -#include -#include - #include "nand.h" -#include "target.h" #include "armv4_5.h" #include "binarybuffer.h" + typedef struct orion_nand_controller_s { struct target_s *target; -- cgit v1.2.3