1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s3-build: only include nsswitch header where needed.

Guenther
This commit is contained in:
Günther Deschner
2010-08-18 12:42:49 +02:00
parent 08eff4d311
commit 7ff7eb0b52
11 changed files with 11 additions and 3 deletions

View File

@ -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"