winhttp: Include <sys/socket.h> from winhttp_private.h. Remove now redundant inclusion from request.c.

This commit is contained in:
Gerald Pfeifer 2009-07-25 18:57:18 +02:00 committed by Alexandre Julliard
parent bb68894313
commit 8c189d78ee
2 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,6 @@
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#include "windef.h"
#include "winbase.h"

View File

@ -27,6 +27,9 @@
#include "wine/unicode.h"
#include <sys/types.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif