Cleanup windows header includes. Where aplicable, inclusion of

windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h
This commit is contained in:
Yang Tse
2005-12-18 15:36:14 +00:00
parent 8a3280a2de
commit d6c5d24af3
10 changed files with 4 additions and 29 deletions

View File

@@ -39,7 +39,6 @@
#include <errno.h>
#if defined(WIN32)
# include <windows.h>
# include <malloc.h>
# include <winldap.h>
#endif