From 56504fdd7353732525e34f1e3fbd44346588f979 Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 11 May 2009 04:56:37 +0000 Subject: Audit and eliminate redundant #include directives in other target files. git-svn-id: svn://svn.berlios.de/openocd/trunk@1715 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/cortex_m3.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/target/cortex_m3.c') diff --git a/src/target/cortex_m3.c b/src/target/cortex_m3.c index 86bb07f4..4a032ee0 100644 --- a/src/target/cortex_m3.c +++ b/src/target/cortex_m3.c @@ -31,20 +31,9 @@ #include "config.h" #endif -#include "replacements.h" - #include "cortex_m3.h" -#include "armv7m.h" - -#include "register.h" -#include "target.h" #include "target_request.h" -#include "log.h" -#include "jtag.h" -#include "arm_jtag.h" -#include -#include /* cli handling */ int cortex_m3_register_commands(struct command_context_s *cmd_ctx); -- cgit v1.2.3