Browse Source

- remove unused includes, fixes build issues under FreeBSD

git-svn-id: svn://svn.berlios.de/openocd/trunk@1341 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
ntfreak 15 years ago
parent
commit
0bcbff348b
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      src/openocd.c

+ 0
- 8
src/openocd.c View File

@@ -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 */


Loading…
Cancel
Save