X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fresolve%2Fresolved-manager.c;h=167bea39b372849c07ea76666134f87c32b87b9d;hp=2edfb9f7fdee20b50f071e94d9bc19d85e7f53cb;hb=2eec67acbb00593e414549a7e5b35eb7dd776b1b;hpb=36a03ca2a8952ca1acb29fbe796210c27ff71aff diff --git a/src/resolve/resolved-manager.c b/src/resolve/resolved-manager.c index 2edfb9f7f..167bea39b 100644 --- a/src/resolve/resolved-manager.c +++ b/src/resolve/resolved-manager.c @@ -19,18 +19,13 @@ along with systemd; If not, see . ***/ -#include #include -#include #include -#include +#include #include #include "rtnl-util.h" -#include "event-util.h" -#include "network-util.h" #include "network-internal.h" -#include "conf-parser.h" #include "socket-util.h" #include "af-list.h" #include "utf8.h" @@ -196,7 +191,7 @@ static int manager_rtnl_listen(Manager *m) { assert(m); - /* First, subscibe to interfaces coming and going */ + /* First, subscribe to interfaces coming and going */ r = sd_rtnl_open(&m->rtnl, 3, RTNLGRP_LINK, RTNLGRP_IPV4_IFADDR, RTNLGRP_IPV6_IFADDR); if (r < 0) return r;