summaryrefslogtreecommitdiff
path: root/src/pld/virtex2.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/virtex2.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/virtex2.c')
-rw-r--r--src/pld/virtex2.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/pld/virtex2.c b/src/pld/virtex2.c
index ae03572f..d9c26760 100644
--- a/src/pld/virtex2.c
+++ b/src/pld/virtex2.c
@@ -22,14 +22,9 @@
#endif
#include "virtex2.h"
-
-#include "pld.h"
#include "xilinx_bit.h"
-#include "command.h"
-#include "log.h"
-#include "jtag.h"
+#include "pld.h"
-#include <stdlib.h>
int virtex2_register_commands(struct command_context_s *cmd_ctx);
int virtex2_pld_device_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct pld_device_s *pld_device);