Juan Lang : iphlpapi: Remove unneeded includes.

Alexandre Julliard julliard at winehq.org
Mon Nov 14 13:33:59 CST 2011


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Wed Nov  9 17:42:20 2011 -0800

iphlpapi: Remove unneeded includes.

---

 dlls/iphlpapi/iphlpapi_main.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/iphlpapi/iphlpapi_main.c b/dlls/iphlpapi/iphlpapi_main.c
index d5e8f33..a2bdea3 100644
--- a/dlls/iphlpapi/iphlpapi_main.c
+++ b/dlls/iphlpapi/iphlpapi_main.c
@@ -23,12 +23,6 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <sys/types.h>
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#ifdef HAVE_NET_IF_H
-#include <net/if.h>
-#endif
 #ifdef HAVE_NETINET_IN_H
 # include <netinet/in.h>
 #endif




More information about the wine-cvs mailing list