]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: drop networkd-ipv6-proxy-ndp.h from networkd-network.h
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Sep 2020 20:16:25 +0000 (05:16 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Oct 2020 17:44:42 +0000 (02:44 +0900)
src/network/networkd-ipv6-proxy-ndp.c
src/network/networkd-network-gperf.gperf
src/network/networkd-network.h

index 6aacadfedfc32b1f24a2b634f6170373f9383f34..f0870becac854d7827bacf0f5376c9f1c3ea0f00 100644 (file)
@@ -2,9 +2,7 @@
 
 #include <netinet/in.h>
 #include <linux/if.h>
-#include <unistd.h>
 
-#include "fileio.h"
 #include "netlink-util.h"
 #include "networkd-ipv6-proxy-ndp.h"
 #include "networkd-link.h"
index 51a1533554a6bdc7936bf4b5915dd82284fb5e9b..6a774001b83ae156caed70012c649d74e85c2828 100644 (file)
@@ -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"
index e22c60e9eab55856ce93e7629886f3d84662f10e..bdfef34badd5048792456ce677dca09cb9667e7a 100644 (file)
@@ -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"