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/target/smp.c | |
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/target/smp.c')
-rw-r--r-- | src/target/smp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/smp.c b/src/target/smp.c index c0936ff..9cd4b01 100644 --- a/src/target/smp.c +++ b/src/target/smp.c @@ -23,7 +23,6 @@ #endif #include "server/server.h" -#include <helper/types.h> #include "target/target.h" |