X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fhave.h;h=c49e506c66bca6d54c092b5cf0284cab80066c27;hb=6a6d41f91a838fa3fa2584ba936677771d86a5d0;hp=3ada63a732a53a94b558a833b6cd905b060e8d07;hpb=5e00a24e1f13fa70a6945831c409d873b7809d11;p=meshlink diff --git a/src/have.h b/src/have.h index 3ada63a7..c49e506c 100644 --- a/src/have.h +++ b/src/have.h @@ -1,7 +1,6 @@ /* have.h -- include headers which are known to exist - Copyright (C) 1998-2005 Ivo Timmermans - 2003-2013 Guus Sliepen + Copyright (C) 2014 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -39,6 +38,7 @@ #include #include #include +#include #ifdef HAVE_MINGW #include @@ -132,22 +132,6 @@ #include #endif -#ifdef HAVE_NET_IF_TUN_H -#include -#endif - -#ifdef HAVE_NET_TUN_IF_TUN_H -#include -#endif - -#ifdef HAVE_NET_IF_TAP_H -#include -#endif - -#ifdef HAVE_NET_TAP_IF_TAP_H -#include -#endif - #ifdef HAVE_NETINET_IN_SYSTM_H #include #endif @@ -176,26 +160,6 @@ #include #endif -#ifdef HAVE_NET_ETHERNET_H -#include -#endif - -#ifdef HAVE_NET_IF_ARP_H -#include -#endif - -#ifdef HAVE_NETINET_IP_ICMP_H -#include -#endif - -#ifdef HAVE_NETINET_ICMP6_H -#include -#endif - -#ifdef HAVE_NETINET_IF_ETHER_H -#include -#endif - #ifdef HAVE_MINGW #define SLASH "\\" #else