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-tty-ask-password-agent/tty-ask-password-agent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/systemd-tty-ask-password-agent/tty-ask-password-agent.c') diff --git a/src/systemd-tty-ask-password-agent/tty-ask-password-agent.c b/src/systemd-tty-ask-password-agent/tty-ask-password-agent.c index b77c884c28..0db27e27cd 100644 --- a/src/systemd-tty-ask-password-agent/tty-ask-password-agent.c +++ b/src/systemd-tty-ask-password-agent/tty-ask-password-agent.c @@ -31,8 +31,6 @@ #include #include "basic/alloc-util.h" -#include "shared/ask-password-api.h" -#include "shared/conf-parser.h" #include "basic/def.h" #include "basic/dirent-util.h" #include "basic/fd-util.h" @@ -46,6 +44,8 @@ #include "basic/strv.h" #include "basic/terminal-util.h" #include "basic/util.h" +#include "shared/ask-password-api.h" +#include "shared/conf-parser.h" #include "shared/utmp-wtmp.h" static enum { -- cgit v1.2.3-54-g00ecf