From: Markus Armbruster Date: Sun, 19 Aug 2007 06:41:59 +0000 (+0000) Subject: Don't include direct.h, as our fake unistd.h now does the job. X-Git-Tag: v4.3.10~47 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=95bdfebe78e1d36ebecfed56ae11a70ba62cf5af Don't include direct.h, as our fake unistd.h now does the job. --- diff --git a/src/server/main.c b/src/server/main.c index 7ce358f37..7fbe75ad8 100644 --- a/src/server/main.c +++ b/src/server/main.c @@ -44,7 +44,6 @@ #if defined(_WIN32) #include #undef NS_ALL -#include #include #include "service.h" #endif