summaryrefslogtreecommitdiff
path: root/src/systemd-ask-password/ask-password.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-ask-password/ask-password.c')
-rw-r--r--src/systemd-ask-password/ask-password.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/systemd-ask-password/ask-password.c b/src/systemd-ask-password/ask-password.c
index 6d53dd982c..2872fe274d 100644
--- a/src/systemd-ask-password/ask-password.c
+++ b/src/systemd-ask-password/ask-password.c
@@ -23,10 +23,10 @@
#include <unistd.h>
#include "ask-password-api.h"
-#include "def.h"
-#include "log.h"
-#include "macro.h"
-#include "strv.h"
+#include "basic/def.h"
+#include "basic/log.h"
+#include "basic/macro.h"
+#include "basic/strv.h"
static const char *arg_icon = NULL;
static const char *arg_id = NULL;