Audit and eliminate redundant #include directives in other target files.
[fw/openocd] / src / target / breakpoints.c
index 6320d2ea83bbecb6a788e4662ac19062160d3d13..106095cd8cfb194bcc36a3a9f52c6e8ccf4696bd 100644 (file)
 #include "config.h"
 #endif
 
-#include <stdlib.h>
-
-#include "binarybuffer.h"
 #include "target.h"
 #include "log.h"
-#include "types.h"
-
 #include "breakpoints.h"
 
+
 static char *breakpoint_type_strings[] =
 {
        "hardware",