From 004c7124c44819960da97de85f422f630f04d7ba Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 11 May 2009 04:04:58 +0000 Subject: Audit and eliminate redundant #include directives from src/jtag. git-svn-id: svn://svn.berlios.de/openocd/trunk@1707 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/jtag/rlink/rlink.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'src/jtag/rlink') diff --git a/src/jtag/rlink/rlink.c b/src/jtag/rlink/rlink.c index af3a0f47..2993fc08 100644 --- a/src/jtag/rlink/rlink.c +++ b/src/jtag/rlink/rlink.c @@ -27,22 +27,17 @@ #include "config.h" #endif -/* system includes */ -#include -#include -#include -#include - /* project specific includes */ -#include "log.h" -#include "types.h" #include "jtag.h" -#include "configuration.h" #include "rlink.h" #include "st7.h" #include "ep1_cmd.h" #include "dtc_cmd.h" +/* system includes */ +#include +#include + /* This feature is made useless by running the DTC all the time. When automatic, the LED is on whenever the DTC is running. Otherwise, USB messages are sent to turn it on and off. */ #undef AUTOMATIC_BUSY_LED -- cgit v1.2.3