Fix logically inverted comment
[fw/openocd] / src / target / trace.c
index 50f526a949acdd965dc55d3307e04b4b2c315044..2e7d45804b60e601c53ecafa1c6a960095dadb1c 100644 (file)
 #include "config.h"
 #endif
 
-#include "replacements.h"
 #include "log.h"
 #include "trace.h"
 #include "target.h"
-#include "command.h"
 
-#include <stdlib.h>
-#include <string.h>
 #include <inttypes.h>
 
 int trace_point(target_t *target, u32 number)