summaryrefslogtreecommitdiff
path: root/src/grp-login/loginctl/loginctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-login/loginctl/loginctl.c')
-rw-r--r--src/grp-login/loginctl/loginctl.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/grp-login/loginctl/loginctl.c b/src/grp-login/loginctl/loginctl.c
index af747d2344..3ac325fc97 100644
--- a/src/grp-login/loginctl/loginctl.c
+++ b/src/grp-login/loginctl/loginctl.c
@@ -26,26 +26,27 @@
#include <systemd/sd-bus.h>
#include "basic/alloc-util.h"
-#include "bus-error.h"
-#include "shared/bus-unit-util.h"
-#include "shared/bus-util.h"
-#include "shared/cgroup-show.h"
#include "basic/cgroup-util.h"
#include "basic/log.h"
-#include "shared/logs-show.h"
#include "basic/macro.h"
-#include "shared/pager.h"
#include "basic/parse-util.h"
#include "basic/process-util.h"
#include "basic/signal-util.h"
-#include "shared/spawn-polkit-agent.h"
#include "basic/strv.h"
-#include "sysfs-show.h"
#include "basic/terminal-util.h"
#include "basic/unit-name.h"
#include "basic/user-util.h"
#include "basic/util.h"
#include "basic/verbs.h"
+#include "sd-bus/bus-error.h"
+#include "shared/bus-unit-util.h"
+#include "shared/bus-util.h"
+#include "shared/cgroup-show.h"
+#include "shared/logs-show.h"
+#include "shared/pager.h"
+#include "shared/spawn-polkit-agent.h"
+
+#include "sysfs-show.h"
static char **arg_property = NULL;
static bool arg_all = false;