summaryrefslogtreecommitdiff
path: root/src/target/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/trace.h')
-rw-r--r--src/target/trace.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/target/trace.h b/src/target/trace.h
index f0e92f94..92613161 100644
--- a/src/target/trace.h
+++ b/src/target/trace.h
@@ -20,10 +20,11 @@
#ifndef TRACE_H
#define TRACE_H
-#include "target.h"
-#include "command.h"
#include "types.h"
+struct target_s;
+struct command_context_s;
+
typedef struct trace_point_s
{
u32 address;