summaryrefslogtreecommitdiff
path: root/src/jtag/zy1000.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:04:58 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:04:58 +0000
commit004c7124c44819960da97de85f422f630f04d7ba (patch)
tree675ba289ab14f98bde23c954048f834ab611b119 /src/jtag/zy1000.c
parent8a5b25790f064c408d747c9f087c4d45207fc3e4 (diff)
downloadopenocd_libswd-004c7124c44819960da97de85f422f630f04d7ba.tar.gz
openocd_libswd-004c7124c44819960da97de85f422f630f04d7ba.tar.bz2
openocd_libswd-004c7124c44819960da97de85f422f630f04d7ba.tar.xz
openocd_libswd-004c7124c44819960da97de85f422f630f04d7ba.zip
Audit and eliminate redundant #include directives from src/jtag.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1707 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/zy1000.c')
-rw-r--r--src/jtag/zy1000.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/jtag/zy1000.c b/src/jtag/zy1000.c
index eac80041..fcadb009 100644
--- a/src/jtag/zy1000.c
+++ b/src/jtag/zy1000.c
@@ -20,17 +20,12 @@
#include "config.h"
#endif
-
-#include "log.h"
-#include "jtag.h"
+#include "embeddedice.h"
#include "bitbang.h"
-#include "../target/embeddedice.h"
-
#include <cyg/hal/hal_io.h> // low level i/o
#include <cyg/hal/hal_diag.h>
-#include <stdlib.h>
#define ZYLIN_VERSION "1.51"
#define ZYLIN_DATE __DATE__