Don't include direct.h, as our fake unistd.h now does the job.

This commit is contained in:
Markus Armbruster 2007-08-19 06:41:59 +00:00
parent 45e6ef2f9f
commit 95bdfebe78

View file

@ -44,7 +44,6 @@
#if defined(_WIN32)
#include <winsock2.h>
#undef NS_ALL
#include <direct.h>
#include <process.h>
#include "service.h"
#endif