target: don't implicitly include "breakpoint.h"
[fw/openocd] / src / target / target.h
index e4de2c7c5ff57bf3b80d4463fbec175bc83be289..06105ee6d60128d84452de6ebea5afd79b19c6d3 100644 (file)
 
 #include <stddef.h>
 
-#include "breakpoints.h"
 #include "algorithm.h"
 #include "command.h"
 
 struct reg;
 struct trace;
 struct command_context;
+struct breakpoint;
+struct watchpoint;
 
 
 /**