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/stellaris.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/flash/stellaris.c') diff --git a/src/flash/stellaris.c b/src/flash/stellaris.c index 61e30f5d..38ded4f1 100644 --- a/src/flash/stellaris.c +++ b/src/flash/stellaris.c @@ -28,20 +28,10 @@ #include "config.h" #endif -#include "replacements.h" - #include "stellaris.h" -#include "cortex_m3.h" - -#include "flash.h" -#include "target.h" -#include "log.h" +#include "armv7m.h" #include "binarybuffer.h" -#include "types.h" -#include -#include -#include #define DID0_VER(did0) ((did0>>28)&0x07) static int stellaris_register_commands(struct command_context_s *cmd_ctx); -- cgit v1.2.3