summaryrefslogtreecommitdiff
path: root/src/target/algorithm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/algorithm.c')
-rw-r--r--src/target/algorithm.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/target/algorithm.c b/src/target/algorithm.c
index c4450ac1..a3672b20 100644
--- a/src/target/algorithm.c
+++ b/src/target/algorithm.c
@@ -22,13 +22,9 @@
#endif
#include "algorithm.h"
-
-#include "log.h"
-#include "configuration.h"
+#include "replacements.h"
#include "binarybuffer.h"
-#include <stdlib.h>
-
void init_mem_param(mem_param_t *param, u32 address, u32 size, enum param_direction direction)
{