diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-12-05 11:07:06 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-12-08 10:16:25 +0100 |
commit | 304af6e7d87af60a4c807b940ff6102243d465a4 (patch) | |
tree | a78675cc19497944f0c32a2916534f050da0eea4 | |
parent | eb1bc657ae10f9e21304e068ca17dc0231a9b9c0 (diff) | |
download | openocd_libswd-304af6e7d87af60a4c807b940ff6102243d465a4.tar.gz openocd_libswd-304af6e7d87af60a4c807b940ff6102243d465a4.tar.bz2 openocd_libswd-304af6e7d87af60a4c807b940ff6102243d465a4.tar.xz openocd_libswd-304af6e7d87af60a4c807b940ff6102243d465a4.zip |
zy1000: remove unecessary include
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
-rw-r--r-- | src/ecosboard.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c index 7d0c3d05..2e491c2c 100644 --- a/src/ecosboard.c +++ b/src/ecosboard.c @@ -25,10 +25,6 @@ #include <jtag/jtag.h> #include <helper/ioutil.h> #include <helper/configuration.h> -#include <xsvf/xsvf.h> -#include <svf/svf.h> -#include <flash/nand.h> -#include <pld/pld.h> #include <server/server.h> #include <server/telnet_server.h> |