|
From: ntfreak at B. <nt...@ma...> - 2009-01-19 20:54:45
|
Author: ntfreak
Date: 2009-01-19 20:54:44 +0100 (Mon, 19 Jan 2009)
New Revision: 1341
Modified:
trunk/src/openocd.c
Log:
- remove unused includes, fixes build issues under FreeBSD
Modified: trunk/src/openocd.c
===================================================================
--- trunk/src/openocd.c 2009-01-19 09:41:59 UTC (rev 1340)
+++ trunk/src/openocd.c 2009-01-19 19:54:44 UTC (rev 1341)
@@ -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 */
|