diff options
Diffstat (limited to 'src/grp-initprogs/systemd-update-utmp')
-rw-r--r-- | src/grp-initprogs/systemd-update-utmp/update-utmp.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/grp-initprogs/systemd-update-utmp/update-utmp.c b/src/grp-initprogs/systemd-update-utmp/update-utmp.c index cceb34f60d..6cbfd262bb 100644 --- a/src/grp-initprogs/systemd-update-utmp/update-utmp.c +++ b/src/grp-initprogs/systemd-update-utmp/update-utmp.c @@ -27,16 +27,16 @@ #include <systemd/sd-bus.h> -#include "basic/alloc-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 "sd-bus/bus-error.h" -#include "shared/bus-util.h" -#include "shared/utmp-wtmp.h" +#include "systemd-basic/alloc-util.h" +#include "systemd-basic/formats-util.h" +#include "systemd-basic/log.h" +#include "systemd-basic/macro.h" +#include "systemd-basic/special.h" +#include "systemd-basic/unit-name.h" +#include "systemd-basic/util.h" +#include "systemd-shared/bus-util.h" +#include "systemd-shared/utmp-wtmp.h" typedef struct Context { sd_bus *bus; |