aboutsummaryrefslogtreecommitdiff
path: root/src/target/avr32_jtag.c
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-05-17 12:27:30 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2012-05-21 16:15:26 +0000
commit7bfcc10839d2a9190cb7ae9fae02280e643b3450 (patch)
treeabc492151151ee445f06765ce20cfdea5bec9a4e /src/target/avr32_jtag.c
parenta34b38d621d3598979aecd83a821258bf87a3591 (diff)
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/target/avr32_jtag.c')
-rw-r--r--src/target/avr32_jtag.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/avr32_jtag.c b/src/target/avr32_jtag.c
index c88f44e8..a363c708 100644
--- a/src/target/avr32_jtag.c
+++ b/src/target/avr32_jtag.c
@@ -22,7 +22,6 @@
#endif
#include "target.h"
-#include "helper/types.h"
#include "jtag/jtag.h"
#include "avr32_jtag.h"