X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.c;h=d9c26760c87fc2d39718ddbeeca636233eebb283;hp=ae03572f151255db7d2cf1061d2dd804f13f2c29;hb=0b6c73ae8398964268d2df6f87347d9c59b04858;hpb=164cb6d04eb582207575c4b8f42c8d1eb4aa2480 diff --git a/src/pld/virtex2.c b/src/pld/virtex2.c index ae03572f15..d9c26760c8 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 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);