From: Yu Watanabe Date: Wed, 20 Oct 2021 19:26:56 +0000 (+0900) Subject: network: drop unnecessary header inclusion X-Git-Tag: v250-rc1~459 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c15c3653e5f5c7315c6285eb807d92caf98947b;p=thirdparty%2Fsystemd.git network: drop unnecessary header inclusion --- diff --git a/src/network/networkd-dhcp6.c b/src/network/networkd-dhcp6.c index 2bbad4edbbc..ee834d50fa6 100644 --- a/src/network/networkd-dhcp6.c +++ b/src/network/networkd-dhcp6.c @@ -25,7 +25,6 @@ #include "siphash24.h" #include "string-table.h" #include "string-util.h" -#include "radv-internal.h" bool link_dhcp6_with_address_enabled(Link *link) { if (!link_dhcp6_enabled(link))