From 7bfcc10839d2a9190cb7ae9fae02280e643b3450 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Thu, 17 May 2012 12:27:30 +0100 Subject: 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 Reviewed-on: http://openocd.zylin.com/649 Tested-by: jenkins Reviewed-by: Xiaofan --- src/target/target.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/target/target.h') diff --git a/src/target/target.h b/src/target/target.h index 9dc928fe..b3025dcb 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -33,8 +33,6 @@ #ifndef TARGET_H #define TARGET_H -#include - struct reg; struct trace; struct command_context; -- cgit v1.2.3-18-g5258