summaryrefslogtreecommitdiff
path: root/src/systemd-tty-ask-password-agent
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-tty-ask-password-agent')
-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,