diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-11 04:38:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-11 04:38:55 +0200 |
commit | cd6d0a456bc9c45fa79316fc5896e4a3ae75a30b (patch) | |
tree | 92f326220de29f3c7eac7909e6b244fcba8086ab /src/manager.c | |
parent | 41b02ec77e54871eaa593c50fb31809814f627a7 (diff) |
utmp: enable systemd-update-utmp by default
Diffstat (limited to 'src/manager.c')
-rw-r--r-- | src/manager.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/manager.c b/src/manager.c index 25eb4e70be..e32b24ff51 100644 --- a/src/manager.c +++ b/src/manager.c @@ -27,7 +27,6 @@ #include <sys/signalfd.h> #include <sys/wait.h> #include <unistd.h> -#include <utmpx.h> #include <sys/poll.h> #include <sys/reboot.h> #include <sys/ioctl.h> @@ -48,7 +47,6 @@ #include "ratelimit.h" #include "cgroup.h" #include "mount-setup.h" -#include "utmp-wtmp.h" #include "unit-name.h" #include "dbus-unit.h" #include "dbus-job.h" |