From: ntfreak Date: Mon, 19 Jan 2009 19:54:44 +0000 (+0000) Subject: - remove unused includes, fixes build issues under FreeBSD X-Git-Tag: v0.1.0~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0bcbff348b3c8aef4d76ff4eb81515b0713e0f6c;p=openocd - remove unused includes, fixes build issues under FreeBSD git-svn-id: svn://svn.berlios.de/openocd/trunk@1341 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- 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 #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 */