diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2012-05-17 12:27:30 +0100 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2012-05-21 16:15:26 +0000 |
commit | 7bfcc10839d2a9190cb7ae9fae02280e643b3450 (patch) | |
tree | abc492151151ee445f06765ce20cfdea5bec9a4e /src/pld | |
parent | a34b38d621d3598979aecd83a821258bf87a3591 (diff) | |
download | riscv-openocd-7bfcc10839d2a9190cb7ae9fae02280e643b3450.zip riscv-openocd-7bfcc10839d2a9190cb7ae9fae02280e643b3450.tar.gz riscv-openocd-7bfcc10839d2a9190cb7ae9fae02280e643b3450.tar.bz2 |
build: add helper/types.h to config.h
this header is used in numerous files and adding to config.h
simplifies its use globally.
Change-Id: Id724a9950b90504721233022c7fb5768e9bc5548
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/649
Tested-by: jenkins
Reviewed-by: Xiaofan <xiaofanc@gmail.com>
Diffstat (limited to 'src/pld')
-rw-r--r-- | src/pld/xilinx_bit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pld/xilinx_bit.h b/src/pld/xilinx_bit.h index 37f1811..131a783 100644 --- a/src/pld/xilinx_bit.h +++ b/src/pld/xilinx_bit.h @@ -21,8 +21,6 @@ #ifndef XILINX_BIT_H #define XILINX_BIT_H -#include <helper/types.h> - struct xilinx_bit_file { uint8_t unknown_header[13]; uint8_t *source_file; |