diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-11 04:25:09 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-11 04:25:09 +0000 |
commit | 0b6c73ae8398964268d2df6f87347d9c59b04858 (patch) | |
tree | f07d077474898d0026e8d181061a0955a83491a6 /src/xsvf/xsvf.c | |
parent | 164cb6d04eb582207575c4b8f42c8d1eb4aa2480 (diff) | |
download | openocd+libswd-0b6c73ae8398964268d2df6f87347d9c59b04858.tar.gz openocd+libswd-0b6c73ae8398964268d2df6f87347d9c59b04858.tar.bz2 openocd+libswd-0b6c73ae8398964268d2df6f87347d9c59b04858.tar.xz openocd+libswd-0b6c73ae8398964268d2df6f87347d9c59b04858.zip |
Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1710 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/xsvf/xsvf.c')
-rw-r--r-- | src/xsvf/xsvf.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index e9b0a008..b62de349 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -42,20 +42,9 @@ #endif #include "xsvf.h" - #include "jtag.h" -#include "command.h" -#include "log.h" - -#include <stdlib.h> -#include <unistd.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <string.h> -#include <assert.h> -#include <sys/time.h> -#include <time.h> +#include <assert.h> /* XSVF commands, from appendix B of xapp503.pdf */ |