From e1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 28 Jul 2016 00:24:41 -0400 Subject: fix --- src/systemd-analyze/analyze.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/systemd-analyze/analyze.c') diff --git a/src/systemd-analyze/analyze.c b/src/systemd-analyze/analyze.c index 3054e957b1..1ce700ccba 100644 --- a/src/systemd-analyze/analyze.c +++ b/src/systemd-analyze/analyze.c @@ -28,13 +28,13 @@ #include "basic/alloc-util.h" #include "analyze-verify.h" #include "sd-bus/bus-error.h" -#include "bus-unit-util.h" -#include "bus-util.h" +#include "shared/bus-unit-util.h" +#include "shared/bus-util.h" #include "basic/glob-util.h" #include "basic/hashmap.h" #include "basic/locale-util.h" #include "basic/log.h" -#include "pager.h" +#include "shared/pager.h" #include "basic/parse-util.h" #include "basic/special.h" #include "basic/strv.h" -- cgit v1.2.3-54-g00ecf