X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fhave.h;h=07411724a0e28158f47f1b1faa5791fdb33c2ec0;hp=c49e506c66bca6d54c092b5cf0284cab80066c27;hb=4c19d9a203d0ff05ffe680732b4564d0e783d037;hpb=2f56ac658df99ebf87639e00d289c9533fcb8cb0 diff --git a/src/have.h b/src/have.h index c49e506c..07411724 100644 --- a/src/have.h +++ b/src/have.h @@ -89,10 +89,6 @@ #include #endif -#ifdef HAVE_SYS_IOCTL_H -#include -#endif - #ifdef HAVE_SYS_PARAM_H #include #endif @@ -101,10 +97,6 @@ #include #endif -#ifdef HAVE_SYS_UIO_H -#include -#endif - #ifdef HAVE_SYS_UN_H #include #endif @@ -124,42 +116,10 @@ #include #endif -#ifdef HAVE_NET_IF_H -#include -#endif - -#ifdef HAVE_NET_IF_TYPES_H -#include -#endif - -#ifdef HAVE_NETINET_IN_SYSTM_H -#include -#endif - -#ifdef HAVE_NETINET_IN_H -#include -#endif - #ifdef HAVE_ARPA_INET_H #include #endif -#ifdef HAVE_NETINET_IP_H -#include -#endif - -#ifdef HAVE_NETINET_TCP_H -#include -#endif - -#ifdef HAVE_NETINET_IN6_H -#include -#endif - -#ifdef HAVE_NETINET_IP6_H -#include -#endif - #ifdef HAVE_MINGW #define SLASH "\\" #else