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/etm_dummy.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/target/etm_dummy.c') diff --git a/src/target/etm_dummy.c b/src/target/etm_dummy.c index ee83f172..ee4c3e69 100644 --- a/src/target/etm_dummy.c +++ b/src/target/etm_dummy.c @@ -21,20 +21,9 @@ #include "config.h" #endif -#include - #include "etm_dummy.h" -#include "etm.h" - #include "arm7_9_common.h" -#include "log.h" -#include "types.h" -#include "binarybuffer.h" -#include "target.h" -#include "register.h" -#include "jtag.h" - -#include + static int handle_etm_dummy_config_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc) { -- cgit v1.2.3