From a734e98b516aec012ee2a9c866eb6debe663d14e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 21 Sep 2006 22:24:53 +0000 Subject: r18798: use libreplace headers in pam and nss modules this hopefully fixes the build on AIX metze (This used to be commit ef1001f5a269f3d6a66f40e3fb01eccc807dcd7e) --- source3/nsswitch/winbind_nss_aix.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'source3/nsswitch/winbind_nss_aix.c') diff --git a/source3/nsswitch/winbind_nss_aix.c b/source3/nsswitch/winbind_nss_aix.c index 5b3aaeb8d7..6a39b4b7c4 100644 --- a/source3/nsswitch/winbind_nss_aix.c +++ b/source3/nsswitch/winbind_nss_aix.c @@ -45,13 +45,8 @@ */ -#include -#include -#include -#include -#include - #include "winbind_client.h" +#include #define WB_AIX_ENCODED '_' -- cgit