Skip to content
Snippets Groups Projects
Commit 0bcbff34 authored by ntfreak's avatar ntfreak
Browse files

- remove unused includes, fixes build issues under FreeBSD

git-svn-id: svn://svn.berlios.de/openocd/trunk@1341 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent ae76a671
No related branches found
No related tags found
No related merge requests found
...@@ -57,14 +57,6 @@ ...@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment