From e1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 28 Jul 2016 00:24:41 -0400 Subject: fix --- src/systemd-tty-ask-password-agent/tty-ask-password-agent.c | 6 +++--- 1 file changed, 3 insertions(+), 3 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 b8d7a10e17..b77c884c28 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,8 @@ #include #include "basic/alloc-util.h" -#include "ask-password-api.h" -#include "conf-parser.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,7 +46,7 @@ #include "basic/strv.h" #include "basic/terminal-util.h" #include "basic/util.h" -#include "utmp-wtmp.h" +#include "shared/utmp-wtmp.h" static enum { ACTION_LIST, -- cgit v1.2.3-54-g00ecf