diff options
Diffstat (limited to 'src/grp-resolve/systemd-resolved/resolved-manager.c')
-rw-r--r-- | src/grp-resolve/systemd-resolved/resolved-manager.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/grp-resolve/systemd-resolved/resolved-manager.c b/src/grp-resolve/systemd-resolved/resolved-manager.c index 800f06db13..e7ed54db1c 100644 --- a/src/grp-resolve/systemd-resolved/resolved-manager.c +++ b/src/grp-resolve/systemd-resolved/resolved-manager.c @@ -21,23 +21,23 @@ #include <poll.h> #include <sys/ioctl.h> -#include "basic/af-list.h" -#include "basic/alloc-util.h" -#include "basic/dirent-util.h" -#include "basic/fd-util.h" -#include "basic/fileio-label.h" -#include "basic/hostname-util.h" -#include "basic/io-util.h" -#include "basic/ordered-set.h" -#include "basic/parse-util.h" -#include "basic/random-util.h" -#include "basic/socket-util.h" -#include "basic/string-table.h" -#include "basic/string-util.h" -#include "basic/utf8.h" #include "sd-netlink/netlink-util.h" -#include "shared/dns-domain.h" +#include "systemd-basic/af-list.h" +#include "systemd-basic/alloc-util.h" +#include "systemd-basic/dirent-util.h" +#include "systemd-basic/fd-util.h" +#include "systemd-basic/fileio-label.h" +#include "systemd-basic/hostname-util.h" +#include "systemd-basic/io-util.h" +#include "systemd-basic/ordered-set.h" +#include "systemd-basic/parse-util.h" +#include "systemd-basic/random-util.h" +#include "systemd-basic/socket-util.h" +#include "systemd-basic/string-table.h" +#include "systemd-basic/string-util.h" +#include "systemd-basic/utf8.h" #include "systemd-network/network-internal.h" +#include "systemd-shared/dns-domain.h" #include "resolved-bus.h" #include "resolved-conf.h" |