From 272b48187cee0b42b6e936ad2c045f13b391f3ad Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 1 Aug 2016 16:33:32 -0400 Subject: find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \; --- src/systemd-ask-password/ask-password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/systemd-ask-password') diff --git a/src/systemd-ask-password/ask-password.c b/src/systemd-ask-password/ask-password.c index 95951601c1..a30833b6b3 100644 --- a/src/systemd-ask-password/ask-password.c +++ b/src/systemd-ask-password/ask-password.c @@ -22,11 +22,11 @@ #include #include -#include "shared/ask-password-api.h" #include "basic/def.h" #include "basic/log.h" #include "basic/macro.h" #include "basic/strv.h" +#include "shared/ask-password-api.h" static const char *arg_icon = NULL; static const char *arg_id = NULL; -- cgit v1.2.3-54-g00ecf