diff options
Diffstat (limited to 'src/grp-resolve/systemd-resolve/resolve-tool.c')
-rw-r--r-- | src/grp-resolve/systemd-resolve/resolve-tool.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/grp-resolve/systemd-resolve/resolve-tool.c b/src/grp-resolve/systemd-resolve/resolve-tool.c index 433a103b57..895aff3faa 100644 --- a/src/grp-resolve/systemd-resolve/resolve-tool.c +++ b/src/grp-resolve/systemd-resolve/resolve-tool.c @@ -22,21 +22,21 @@ #include <systemd/sd-bus.h> -#include "basic/af-list.h" -#include "basic/alloc-util.h" -#include "basic/escape.h" -#include "basic/in-addr-util.h" -#include "basic/parse-util.h" -#include "basic/strv.h" -#include "basic/terminal-util.h" #include "resolved-def.h" #include "resolved-dns-packet.h" #include "sd-bus/bus-error.h" #include "sd-netlink/netlink-util.h" #include "sd-netlink/sd-netlink.h" -#include "shared/bus-util.h" -#include "shared/gcrypt-util.h" -#include "shared/pager.h" +#include "systemd-basic/af-list.h" +#include "systemd-basic/alloc-util.h" +#include "systemd-basic/escape.h" +#include "systemd-basic/in-addr-util.h" +#include "systemd-basic/parse-util.h" +#include "systemd-basic/strv.h" +#include "systemd-basic/terminal-util.h" +#include "systemd-shared/bus-util.h" +#include "systemd-shared/gcrypt-util.h" +#include "systemd-shared/pager.h" #define DNS_CALL_TIMEOUT_USEC (45*USEC_PER_SEC) |