From e1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 28 Jul 2016 00:24:41 -0400 Subject: fix --- src/grp-login/loginctl/loginctl.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/grp-login/loginctl/loginctl.c') diff --git a/src/grp-login/loginctl/loginctl.c b/src/grp-login/loginctl/loginctl.c index 582a0fd011..af747d2344 100644 --- a/src/grp-login/loginctl/loginctl.c +++ b/src/grp-login/loginctl/loginctl.c @@ -27,18 +27,18 @@ #include "basic/alloc-util.h" #include "bus-error.h" -#include "bus-unit-util.h" -#include "bus-util.h" -#include "cgroup-show.h" +#include "shared/bus-unit-util.h" +#include "shared/bus-util.h" +#include "shared/cgroup-show.h" #include "basic/cgroup-util.h" #include "basic/log.h" -#include "logs-show.h" +#include "shared/logs-show.h" #include "basic/macro.h" -#include "pager.h" +#include "shared/pager.h" #include "basic/parse-util.h" #include "basic/process-util.h" #include "basic/signal-util.h" -#include "spawn-polkit-agent.h" +#include "shared/spawn-polkit-agent.h" #include "basic/strv.h" #include "sysfs-show.h" #include "basic/terminal-util.h" -- cgit v1.2.3-54-g00ecf