removed redundant unistd.h include

This commit is contained in:
Dominik Geyer 2008-09-30 14:24:06 +00:00
parent b48608dc2a
commit 799e82ba8b

View file

@ -26,7 +26,6 @@
#include <pthread.h>
#include <dirent.h>
#include <unistd.h>
#elif defined(CONF_FAMILY_WINDOWS)
#define WIN32_LEAN_AND_MEAN
#define _WIN32_WINNT 0x0501 /* required for mingw to get getaddrinfo to work */