From ade52f60343dca96678d24ad12dacab5da000fec Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Fri, 22 Nov 2013 05:13:56 +0100 Subject: s3:pam_smbpass change includes use the ones from libreplace instead of system ones Signed-off-by: Christian Ambach Reviewed-by: Jelmer Vernooij --- source3/pam_smbpass/general.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/source3/pam_smbpass/general.h b/source3/pam_smbpass/general.h index 6e13f8d936..c3e4b8bade 100644 --- a/source3/pam_smbpass/general.h +++ b/source3/pam_smbpass/general.h @@ -21,13 +21,10 @@ #define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR #endif -#include -#include -#include -#include -#include -#include -#include +#include "replace.h" +#include "system/filesys.h" +#include "system/wait.h" +#include "system/syslog.h" /* * here is the string to inform the user that the new passwords they -- cgit