iphlpapi: Remove unneeded includes.

This commit is contained in:
Juan Lang 2011-11-09 17:42:20 -08:00 committed by Alexandre Julliard
parent 0de0796134
commit c6bb89a6d6
1 changed files with 0 additions and 6 deletions

View File

@ -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