aboutsummaryrefslogtreecommitdiff
path: root/src/target/trace.h
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/trace.h
parenta34b38d621d3598979aecd83a821258bf87a3591 (diff)
downloadriscv-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/trace.h')
-rw-r--r--src/target/trace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/trace.h b/src/target/trace.h
index 5eaf8c8..ebcf6b0 100644
--- a/src/target/trace.h
+++ b/src/target/trace.h
@@ -21,8 +21,6 @@
#ifndef TRACE_H
#define TRACE_H
-#include <helper/types.h>
-
struct target;
struct command_context;