diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-28 09:14:22 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-28 09:14:22 +0100 |
commit | 6e86b24db3c5490b5c05b1ca5e440a2deec25481 (patch) | |
tree | fadd25ada393dc08d6178b45625dea669cf24dcc /src/sulogin-shell | |
parent | core: use SPECIAL_DEFAULT_TARGET more (diff) | |
download | systemd-6e86b24db3c5490b5c05b1ca5e440a2deec25481.tar.xz systemd-6e86b24db3c5490b5c05b1ca5e440a2deec25481.zip |
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.c | 3 |
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" |