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/avrt.c | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'src/target/avrt.c') diff --git a/src/target/avrt.c b/src/target/avrt.c index e438fcc4..d0c866b6 100644 --- a/src/target/avrt.c +++ b/src/target/avrt.c @@ -21,26 +21,11 @@ #include "config.h" #endif -#include "replacements.h" - #include "avrt.h" - -#include "register.h" #include "target.h" -#include "log.h" -#include "jtag.h" -#include "binarybuffer.h" -#include "time_support.h" -#include "breakpoints.h" -#include "fileio.h" - -#include -#include -#include -#include -#define AVR_JTAG_INS_LEN 4 +#define AVR_JTAG_INS_LEN 4 /* cli handling */ int avr_register_commands(struct command_context_s *cmd_ctx); -- cgit v1.2.3