1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-13 12:58:20 +03:00

network: drop unnecessary header inclusion

This commit is contained in:
Yu Watanabe 2021-10-21 04:26:56 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 0ad536c16a
commit 1c15c3653e

View 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))