mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-13 20:52:20 +01:00
25 lines
445 B
Diff
25 lines
445 B
Diff
diff --git a/src/have.h b/src/have.h
|
|
index a96dd7d..9a4bd51 100644
|
|
--- a/src/have.h
|
|
+++ b/src/have.h
|
|
@@ -176,10 +176,6 @@
|
|
#include <netinet/ip6.h>
|
|
#endif
|
|
|
|
-#ifdef HAVE_NET_ETHERNET_H
|
|
-#include <net/ethernet.h>
|
|
-#endif
|
|
-
|
|
#ifdef HAVE_NET_IF_ARP_H
|
|
#include <net/if_arp.h>
|
|
#endif
|
|
@@ -192,8 +188,4 @@
|
|
#include <netinet/icmp6.h>
|
|
#endif
|
|
|
|
-#ifdef HAVE_NETINET_IF_ETHER_H
|
|
-#include <netinet/if_ether.h>
|
|
-#endif
|
|
-
|
|
#endif /* __TINC_SYSTEM_H__ */
|