summaryrefslogtreecommitdiff
path: root/src/systemd-update-utmp
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-update-utmp')
-rw-r--r--src/systemd-update-utmp/update-utmp.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/systemd-update-utmp/update-utmp.c b/src/systemd-update-utmp/update-utmp.c
index fedcaef91c..69264c3a26 100644
--- a/src/systemd-update-utmp/update-utmp.c
+++ b/src/systemd-update-utmp/update-utmp.c
@@ -27,16 +27,16 @@
#include <systemd/sd-bus.h>
-#include "alloc-util.h"
-#include "bus-error.h"
-#include "bus-util.h"
-#include "formats-util.h"
-#include "log.h"
-#include "macro.h"
-#include "special.h"
-#include "unit-name.h"
-#include "util.h"
-#include "utmp-wtmp.h"
+#include "basic/alloc-util.h"
+#include "sd-bus/bus-error.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 "shared/utmp-wtmp.h"
typedef struct Context {
sd_bus *bus;