Include <windows.h> from service.h to make it self-contained

Remove now superfluous includes elsewhere.
This commit is contained in:
Markus Armbruster 2009-04-18 18:13:27 +02:00
parent dbef646f5d
commit 58e34ebe3d
3 changed files with 2 additions and 9 deletions

View file

@ -46,8 +46,6 @@
#include <unistd.h>
#if defined(_WIN32)
#include <winsock2.h>
#undef NS_ALL
#include <process.h>
#include "service.h"
#endif