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/ecos.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/flash/ecos.c') diff --git a/src/flash/ecos.c b/src/flash/ecos.c index bc31fdd4..3c2b456b 100644 --- a/src/flash/ecos.c +++ b/src/flash/ecos.c @@ -21,20 +21,10 @@ #include "config.h" #endif -#include - -#include "replacements.h" - #include "flash.h" +#include "embeddedice.h" +#include "image.h" -#include "target.h" - -#include "flash.h" -#include "target.h" -#include "log.h" -#include "binarybuffer.h" -#include "../target/embeddedice.h" -#include "types.h" static int ecosflash_register_commands(struct command_context_s *cmd_ctx); static int ecosflash_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct flash_bank_s *bank); -- cgit v1.2.3