summaryrefslogtreecommitdiff
path: root/src/grp-login/loginctl
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-01 16:33:32 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-01 16:33:32 -0400
commit272b48187cee0b42b6e936ad2c045f13b391f3ad (patch)
tree383049270ccbac5040e4404bbe71ac49d0c423db /src/grp-login/loginctl
parent46277a7844c854210eaa0a3612fa297ec33ddb7b (diff)
find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;
Diffstat (limited to 'src/grp-login/loginctl')
-rw-r--r--src/grp-login/loginctl/loginctl.c17
-rw-r--r--src/grp-login/loginctl/sysfs-show.c7
2 files changed, 13 insertions, 11 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;
diff --git a/src/grp-login/loginctl/sysfs-show.c b/src/grp-login/loginctl/sysfs-show.c
index c56c919168..12808c3336 100644
--- a/src/grp-login/loginctl/sysfs-show.c
+++ b/src/grp-login/loginctl/sysfs-show.c
@@ -20,16 +20,17 @@
#include <errno.h>
#include <string.h>
-#include "libudev.h"
+#include <libudev.h>
#include "basic/alloc-util.h"
#include "basic/locale-util.h"
#include "basic/path-util.h"
#include "basic/string-util.h"
-#include "sysfs-show.h"
#include "basic/terminal-util.h"
-#include "shared/udev-util.h"
#include "basic/util.h"
+#include "shared/udev-util.h"
+
+#include "sysfs-show.h"
static int show_sysfs_one(
struct udev *udev,