summaryrefslogtreecommitdiff
path: root/src/systemd-tty-ask-password-agent/tty-ask-password-agent.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
commite1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 (patch)
treebd93abe325e0a0c8106f24f1f30b5536c00d0290 /src/systemd-tty-ask-password-agent/tty-ask-password-agent.c
parentaee084841b875167d9afd4984208fb9a95f89896 (diff)
fix
Diffstat (limited to 'src/systemd-tty-ask-password-agent/tty-ask-password-agent.c')
-rw-r--r--src/systemd-tty-ask-password-agent/tty-ask-password-agent.c6
1 files changed, 3 insertions, 3 deletions
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 <unistd.h>
#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,