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/pld/virtex2.h | |
parent | 164cb6d04eb582207575c4b8f42c8d1eb4aa2480 (diff) | |
download | riscv-openocd-0b6c73ae8398964268d2df6f87347d9c59b04858.zip riscv-openocd-0b6c73ae8398964268d2df6f87347d9c59b04858.tar.gz riscv-openocd-0b6c73ae8398964268d2df6f87347d9c59b04858.tar.bz2 |
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.h')
-rw-r--r-- | src/pld/virtex2.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 7bc6c5e..65ad74a 100644 --- a/src/pld/virtex2.h +++ b/src/pld/virtex2.h @@ -20,9 +20,7 @@ #ifndef VIRTEX2_H #define VIRTEX2_H -#include "types.h" -#include "pld.h" -#include "xilinx_bit.h" +#include "jtag.h" typedef struct virtex2_pld_device_s { |