From 3875307d0c3138286145f3a7232b52bee088d134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20B=C3=A9ron?= Date: Fri, 8 Oct 2004 20:48:44 +0000 Subject: [PATCH] Remove #ifdef HAVE_SYS_TYPES_H. --- dlls/wininet/netconnection.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dlls/wininet/netconnection.c b/dlls/wininet/netconnection.c index d042b70abe2..1605b101708 100644 --- a/dlls/wininet/netconnection.c +++ b/dlls/wininet/netconnection.c @@ -26,9 +26,7 @@ #ifdef HAVE_SYS_TIME_H # include #endif -#ifdef HAVE_SYS_TYPES_H -# include -#endif +#include #ifdef HAVE_SYS_SOCKET_H # include #endif