summaryrefslogtreecommitdiff
path: root/src/sulogin-shell
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-28 09:14:22 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-28 09:14:22 +0100
commit6e86b24db3c5490b5c05b1ca5e440a2deec25481 (patch)
treefadd25ada393dc08d6178b45625dea669cf24dcc /src/sulogin-shell
parentfe7a6da8c5a95064c7e7117ca9362c84be0cb2d3 (diff)
downloadsystemd-6e86b24db3c5490b5c05b1ca5e440a2deec25481.tar.gz
tree-wide: normalize includes of public headers
They are supposed to go into a sectinon of their own.
Diffstat (limited to 'src/sulogin-shell')
-rw-r--r--src/sulogin-shell/sulogin-shell.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sulogin-shell/sulogin-shell.c b/src/sulogin-shell/sulogin-shell.c
index 9f90981e71..4cf9d22c87 100644
--- a/src/sulogin-shell/sulogin-shell.c
+++ b/src/sulogin-shell/sulogin-shell.c
@@ -6,13 +6,14 @@
#include <errno.h>
#include <sys/prctl.h>
+#include "sd-bus.h"
+
#include "bus-util.h"
#include "bus-error.h"
#include "def.h"
#include "env-util.h"
#include "log.h"
#include "process-util.h"
-#include "sd-bus.h"
#include "signal-util.h"
#include "special.h"