]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: drop unnecessary header inclusion
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Oct 2021 19:26:56 +0000 (04:26 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 21 Oct 2021 06:32:04 +0000 (08:32 +0200)
src/network/networkd-dhcp6.c

index 2bbad4edbbc31cdf3ea6f1584d68c9732951fa00..ee834d50fa6b16643dc1d0b5585af65ee18bf894 100644 (file)
@@ -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))