diff options
Diffstat (limited to 'src/systemd-ask-password/ask-password.c')
-rw-r--r-- | src/systemd-ask-password/ask-password.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/systemd-ask-password/ask-password.c b/src/systemd-ask-password/ask-password.c index 6d53dd982c..a30833b6b3 100644 --- a/src/systemd-ask-password/ask-password.c +++ b/src/systemd-ask-password/ask-password.c @@ -22,11 +22,11 @@ #include <stddef.h> #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" +#include "shared/ask-password-api.h" static const char *arg_icon = NULL; static const char *arg_id = NULL; |