From 7ff7eb0b5299f90a313986bfc547f48ef9f8dc9c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 12:42:49 +0200 Subject: s3-build: only include nsswitch header where needed. Guenther --- source3/include/includes.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/includes.h b/source3/include/includes.h index 4392de9daf..d409a354a1 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -659,7 +659,6 @@ struct ntlmssp_state; #include "session.h" #include "mangle.h" #include "module.h" -#include "nsswitch/winbind_client.h" #include "dbwrap.h" #include "packet.h" #include "ctdbd_conn.h" @@ -671,8 +670,6 @@ struct ntlmssp_state; #include "../lib/util/smb_threads.h" #include "../lib/util/smb_threads_internal.h" -#include "nsswitch/winbind_nss.h" - /* forward declarations from smbldap.c */ #include "smbldap.h" -- cgit