Michael Stefaniuc : wininet: Remove duplicated header includes.

Alexandre Julliard julliard at winehq.org
Thu Oct 16 06:07:12 CDT 2008


Module: wine
Branch: master
Commit: 61d77284aeaf898d07f44637b4032bc7d4f89178
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=61d77284aeaf898d07f44637b4032bc7d4f89178

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Wed Oct 15 23:16:41 2008 +0200

wininet: Remove duplicated header includes.

---

 dlls/wininet/netconnection.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/wininet/netconnection.c b/dlls/wininet/netconnection.c
index 77f39bb..79e96a3 100644
--- a/dlls/wininet/netconnection.c
+++ b/dlls/wininet/netconnection.c
@@ -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>




More information about the wine-cvs mailing list