wininet: Remove duplicated header includes.

This commit is contained in:
Michael Stefaniuc 2008-10-15 23:16:41 +02:00 committed by Alexandre Julliard
parent 88a6c9cd54
commit 61d77284ae
1 changed files with 0 additions and 4 deletions

View File

@ -33,7 +33,6 @@
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <sys/types.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
@ -58,9 +57,6 @@
#undef FAR
#undef DSA
#endif
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#include <stdarg.h>
#include <stdlib.h>