From 23acc0b552257ac850d820884b6df2c99ebab13b Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 15 Jul 2005 08:42:56 +0000 Subject: Relevant BUGIDs: none Purpose of commit: cleanup Commit summary: --------------- Remove duplicate/wrong place of _pam_aconf.h inclusion --- modules/pam_selinux/pam_selinux.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modules/pam_selinux/pam_selinux.c') diff --git a/modules/pam_selinux/pam_selinux.c b/modules/pam_selinux/pam_selinux.c index 9235382a..290853d4 100644 --- a/modules/pam_selinux/pam_selinux.c +++ b/modules/pam_selinux/pam_selinux.c @@ -38,9 +38,6 @@ * */ -#define PAM_SM_AUTH -#define PAM_SM_SESSION - #include "../../_pam_aconf.h" #include @@ -55,7 +52,9 @@ #include #include -#include "../../_pam_aconf.h" +#define PAM_SM_AUTH +#define PAM_SM_SESSION + #include #include #include -- cgit v1.2.3