From 8a5b25790f064c408d747c9f087c4d45207fc3e4 Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 11 May 2009 03:59:02 +0000 Subject: Audit and eliminate redundant helper #include directives. git-svn-id: svn://svn.berlios.de/openocd/trunk@1706 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/command.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/helper/command.c') diff --git a/src/helper/command.c b/src/helper/command.c index ecab9bdc..cb576bb3 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -30,22 +30,14 @@ #include "config.h" #endif -#include "replacements.h" +// @todo the inclusion of target.h here is a layering violation #include "target.h" #include "command.h" #include "configuration.h" - #include "log.h" #include "time_support.h" #include "jim-eventloop.h" -#include -#include -#include -#include -#include -#include -#include int fast_and_dangerous = 0; Jim_Interp *interp = NULL; -- cgit v1.2.3