target: don't implicitly include "algorithm.h"
[fw/openocd] / src / target / target.h
index 06105ee6d60128d84452de6ebea5afd79b19c6d3..75bc4f0223e5603dd9af4389b427334cc61ca7a2 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <stddef.h>
 
-#include "algorithm.h"
 #include "command.h"
 
 struct reg;
@@ -36,6 +35,8 @@ struct trace;
 struct command_context;
 struct breakpoint;
 struct watchpoint;
+struct mem_param;
+struct reg_param;
 
 
 /**