diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-01 16:33:32 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-01 16:33:32 -0400 |
commit | 272b48187cee0b42b6e936ad2c045f13b391f3ad (patch) | |
tree | 383049270ccbac5040e4404bbe71ac49d0c423db /src/grp-login/pam_systemd/pam_systemd.c | |
parent | 46277a7844c854210eaa0a3612fa297ec33ddb7b (diff) |
find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;
Diffstat (limited to 'src/grp-login/pam_systemd/pam_systemd.c')
-rw-r--r-- | src/grp-login/pam_systemd/pam_systemd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-login/pam_systemd/pam_systemd.c b/src/grp-login/pam_systemd/pam_systemd.c index b50fa50697..6f67506e5a 100644 --- a/src/grp-login/pam_systemd/pam_systemd.c +++ b/src/grp-login/pam_systemd/pam_systemd.c @@ -30,9 +30,6 @@ #include "basic/alloc-util.h" #include "basic/audit-util.h" -#include "bus-common-errors.h" -#include "bus-error.h" -#include "shared/bus-util.h" #include "basic/def.h" #include "basic/fd-util.h" #include "basic/fileio.h" @@ -45,6 +42,9 @@ #include "basic/strv.h" #include "basic/terminal-util.h" #include "basic/util.h" +#include "sd-bus/bus-common-errors.h" +#include "sd-bus/bus-error.h" +#include "shared/bus-util.h" static int parse_argv( pam_handle_t *handle, |