* remove unneeded include (msvc barfs on it), now current tree builds with scons/mingw, scons/msvc and scons/gcc (linux) (and afaik also cross-compiles on linux for windows, with thanks to Debolaz)

This commit is contained in:
Nathan Letwory
2007-12-30 00:22:39 +00:00
parent 47f9c1fa5f
commit 81035f6e21

View File

@@ -30,7 +30,6 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#ifdef HAVE_CONFIG_H
#include <config.h>