summaryrefslogtreecommitdiff
path: root/src/grp-resolve/systemd-resolved/resolve-tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-resolve/systemd-resolved/resolve-tool.c')
-rw-r--r--src/grp-resolve/systemd-resolved/resolve-tool.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/grp-resolve/systemd-resolved/resolve-tool.c b/src/grp-resolve/systemd-resolved/resolve-tool.c
index f140820e0f..d9f28576b7 100644
--- a/src/grp-resolve/systemd-resolved/resolve-tool.c
+++ b/src/grp-resolve/systemd-resolved/resolve-tool.c
@@ -24,15 +24,16 @@
#include "basic/af-list.h"
#include "basic/alloc-util.h"
-#include "sd-bus/bus-error.h"
-#include "shared/bus-util.h"
#include "basic/escape.h"
#include "basic/in-addr-util.h"
-#include "shared/gcrypt-util.h"
#include "basic/parse-util.h"
+#include "basic/terminal-util.h"
+#include "sd-bus/bus-error.h"
+#include "shared/bus-util.h"
+#include "shared/gcrypt-util.h"
+
#include "resolved-def.h"
#include "resolved-dns-packet.h"
-#include "basic/terminal-util.h"
#define DNS_CALL_TIMEOUT_USEC (45*USEC_PER_SEC)