summaryrefslogtreecommitdiff
path: root/src/grp-login/pam_systemd
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/pam_systemd
parent46277a7844c854210eaa0a3612fa297ec33ddb7b (diff)
find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;
Diffstat (limited to 'src/grp-login/pam_systemd')
-rw-r--r--src/grp-login/pam_systemd/pam_systemd.c6
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,