X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fnetwork%2Fnetworkd-route.c;h=7f110a5217f1cdf7cca923b735ca8a3728f3fcad;hp=c2d1ffca25444383ac1a42421406746673792de2;hb=2eec67acbb00593e414549a7e5b35eb7dd776b1b;hpb=4aab5d0cbd979b2cccb88534f118bceaa86466d8 diff --git a/src/network/networkd-route.c b/src/network/networkd-route.c index c2d1ffca2..7f110a521 100644 --- a/src/network/networkd-route.c +++ b/src/network/networkd-route.c @@ -19,15 +19,12 @@ along with systemd; If not, see . ***/ -#include #include "networkd.h" #include "networkd-link.h" -#include "utf8.h" #include "util.h" #include "conf-parser.h" -#include "network-internal.h" int route_new_static(Network *network, unsigned section, Route **ret) { _cleanup_route_free_ Route *route = NULL;