X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fhave.h;h=ca91b7024b9cfb42107dd6b609e72a912dffaf34;hp=1a6cc54ba749ceae41603b269d0f8075f01498b9;hb=158cbe99f972a1613b7d4d95abfe5fe48e019e67;hpb=a86faaf34711d6b0f278b670d70a229a3cf0d479 diff --git a/src/have.h b/src/have.h index 1a6cc54b..ca91b702 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 @@ -133,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 @@ -177,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