summaryrefslogtreecommitdiff
path: root/src/target
diff options
context:
space:
mode:
Diffstat (limited to 'src/target')
-rw-r--r--src/target/algorithm.c1
-rw-r--r--src/target/target.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/target/algorithm.c b/src/target/algorithm.c
index a3672b20..664aeb27 100644
--- a/src/target/algorithm.c
+++ b/src/target/algorithm.c
@@ -22,7 +22,6 @@
#endif
#include "algorithm.h"
-#include "replacements.h"
#include "binarybuffer.h"
diff --git a/src/target/target.h b/src/target/target.h
index a664dc34..4a6dde1a 100644
--- a/src/target/target.h
+++ b/src/target/target.h
@@ -30,8 +30,6 @@
#include "algorithm.h"
#include "command.h"
-#include "replacements.h"
-
struct reg_s;
struct trace_s;
struct command_context_s;