summaryrefslogtreecommitdiff
path: root/src/jtag/zy1000.c
diff options
context:
space:
mode:
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__