summaryrefslogtreecommitdiff
path: root/src/systemd-update-utmp/update-utmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-update-utmp/update-utmp.c')
-rw-r--r--src/systemd-update-utmp/update-utmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd-update-utmp/update-utmp.c b/src/systemd-update-utmp/update-utmp.c
index 661215ea8e..69264c3a26 100644
--- a/src/systemd-update-utmp/update-utmp.c
+++ b/src/systemd-update-utmp/update-utmp.c
@@ -29,14 +29,14 @@
#include "basic/alloc-util.h"
#include "sd-bus/bus-error.h"
-#include "bus-util.h"
+#include "shared/bus-util.h"
#include "basic/formats-util.h"
#include "basic/log.h"
#include "basic/macro.h"
#include "basic/special.h"
#include "basic/unit-name.h"
#include "basic/util.h"
-#include "utmp-wtmp.h"
+#include "shared/utmp-wtmp.h"
typedef struct Context {
sd_bus *bus;