From 623f13d8198b83df890f014b1d27255f4d78f35b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 21 Oct 2016 03:00:49 -0400 Subject: wip --- src/systemd-ask-password/ask-password.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/systemd-ask-password') diff --git a/src/systemd-ask-password/ask-password.c b/src/systemd-ask-password/ask-password.c index a30833b6b3..ee29d1c558 100644 --- a/src/systemd-ask-password/ask-password.c +++ b/src/systemd-ask-password/ask-password.c @@ -22,11 +22,11 @@ #include #include -#include "basic/def.h" -#include "basic/log.h" -#include "basic/macro.h" -#include "basic/strv.h" -#include "shared/ask-password-api.h" +#include "systemd-basic/def.h" +#include "systemd-basic/log.h" +#include "systemd-basic/macro.h" +#include "systemd-basic/strv.h" +#include "systemd-shared/ask-password-api.h" static const char *arg_icon = NULL; static const char *arg_id = NULL; -- cgit v1.2.3-54-g00ecf