diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/openocd.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/openocd.c b/src/openocd.c index 96b48b80..32d96c41 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -57,14 +57,6 @@ #include <unistd.h> #include <errno.h> -#ifdef _WIN32 -#include <malloc.h> -#else -#include <alloca.h> -#endif - -#include "replacements.h" - void print_version(void) { /* DANGER!!! make sure that the line below does not appear in a patch, do not remove */ |