From: Yu Watanabe Date: Tue, 29 Sep 2020 20:16:25 +0000 (+0900) Subject: network: drop networkd-ipv6-proxy-ndp.h from networkd-network.h X-Git-Tag: v247-rc1~117^2~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5823a48993188e0308a7274d794ff6f893c5e1d8;p=thirdparty%2Fsystemd.git network: drop networkd-ipv6-proxy-ndp.h from networkd-network.h --- diff --git a/src/network/networkd-ipv6-proxy-ndp.c b/src/network/networkd-ipv6-proxy-ndp.c index 6aacadfedfc..f0870becac8 100644 --- a/src/network/networkd-ipv6-proxy-ndp.c +++ b/src/network/networkd-ipv6-proxy-ndp.c @@ -2,9 +2,7 @@ #include #include -#include -#include "fileio.h" #include "netlink-util.h" #include "networkd-ipv6-proxy-ndp.h" #include "networkd-link.h" diff --git a/src/network/networkd-network-gperf.gperf b/src/network/networkd-network-gperf.gperf index 51a1533554a..6a774001b83 100644 --- a/src/network/networkd-network-gperf.gperf +++ b/src/network/networkd-network-gperf.gperf @@ -15,6 +15,7 @@ _Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"") #include "networkd-dhcp6.h" #include "networkd-fdb.h" #include "networkd-ipv4ll.h" +#include "networkd-ipv6-proxy-ndp.h" #include "networkd-mdb.h" #include "networkd-ndisc.h" #include "networkd-network.h" diff --git a/src/network/networkd-network.h b/src/network/networkd-network.h index e22c60e9eab..bdfef34badd 100644 --- a/src/network/networkd-network.h +++ b/src/network/networkd-network.h @@ -18,7 +18,6 @@ #include "networkd-dhcp4.h" #include "networkd-dhcp6.h" #include "networkd-dhcp-server.h" -#include "networkd-ipv6-proxy-ndp.h" #include "networkd-lldp-rx.h" #include "networkd-lldp-tx.h" #include "networkd-ndisc.h"