- remove unused includes, fixes build issues under FreeBSD
git-svn-id: svn://svn.berlios.de/openocd/trunk@1341 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
ae76a671b5
commit
0bcbff348b
|
@ -57,14 +57,6 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#include <malloc.h>
|
|
||||||
#else
|
|
||||||
#include <alloca.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "replacements.h"
|
|
||||||
|
|
||||||
void print_version(void)
|
void print_version(void)
|
||||||
{
|
{
|
||||||
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
||||||
|
|
Loading…
Reference in New Issue