diff --git a/src/openocd.c b/src/openocd.c index 96b48b80f..32d96c41b 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -57,14 +57,6 @@ #include #include -#ifdef _WIN32 -#include -#else -#include -#endif - -#include "replacements.h" - void print_version(void) { /* DANGER!!! make sure that the line below does not appear in a patch, do not remove */