Audit and eliminate redundant #include directives in other target files.
[fw/openocd] / src / target / target_request.c
index 8d44a111cea4b5238e1a329ff15bc3c22691441d..5618405d5ffb35e43b1dc8c9c133f0e60ec0f0fc 100644 (file)
 #include "config.h"
 #endif
 
-#include "replacements.h"
-#include "log.h"
-#include "target.h"
 #include "target_request.h"
 #include "binarybuffer.h"
-#include "command.h"
 #include "trace.h"
+#include "log.h"
 
-#include <stdlib.h>
-#include <string.h>
 
 static command_t *target_request_cmd = NULL;
 static int charmsg_mode = 0;