summaryrefslogtreecommitdiff
path: root/src/pld/pld.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:25:09 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:25:09 +0000
commit0b6c73ae8398964268d2df6f87347d9c59b04858 (patch)
treef07d077474898d0026e8d181061a0955a83491a6 /src/pld/pld.c
parent164cb6d04eb582207575c4b8f42c8d1eb4aa2480 (diff)
downloadopenocd_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/pld/pld.c')
-rw-r--r--src/pld/pld.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/pld/pld.c b/src/pld/pld.c
index 39571400..48638b92 100644
--- a/src/pld/pld.c
+++ b/src/pld/pld.c
@@ -21,23 +21,10 @@
#include "config.h"
#endif
-#include "replacements.h"
-
#include "pld.h"
-
-#include "jtag.h"
-#include "command.h"
#include "log.h"
#include "time_support.h"
-#include <stdlib.h>
-#include <unistd.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <string.h>
-
-#include <sys/time.h>
-#include <time.h>
/* pld drivers
*/