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.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/systemd-update-utmp/update-utmp.c b/src/systemd-update-utmp/update-utmp.c
index 2ccdfd7e9d..661215ea8e 100644
--- a/src/systemd-update-utmp/update-utmp.c
+++ b/src/systemd-update-utmp/update-utmp.c
@@ -27,15 +27,15 @@
#include <systemd/sd-bus.h>
-#include "alloc-util.h"
+#include "basic/alloc-util.h"
#include "sd-bus/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 "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"
typedef struct Context {