From 9cd45eeaf96b67dd772a6b8e5ef6df7ea10dfd31 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 6 May 2003 13:10:10 +0000 Subject: sort out some include dependencies split out privileges from rpc_lsa.h (This used to be commit 37d7cc8162d02a664095dbe0fc8d7250d1ed51c9) --- source3/include/smb.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 92457bd647..2ca65ec275 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -585,9 +585,6 @@ typedef struct { #define NT_HASH_LEN 16 #define LM_HASH_LEN 16 -#include "mapping.h" -#include "passdb.h" - /* * Flags for account policy. */ @@ -1519,11 +1516,6 @@ struct pwd_info uchar sess_key[16]; }; -#include "rpc_creds.h" -#include "rpc_misc.h" -#include "rpc_secdes.h" -#include "nt_printing.h" - typedef struct user_struct { struct user_struct *next, *prev; @@ -1563,9 +1555,11 @@ struct unix_error_map { NTSTATUS nt_error; }; +/* #include "ntdomain.h" #include "client.h" +*/ /* * Size of new password account encoding string. This is enough space to -- cgit