diff options
author | Simo Sorce <idra@samba.org> | 2003-05-06 13:10:10 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-05-06 13:10:10 +0000 |
commit | 9cd45eeaf96b67dd772a6b8e5ef6df7ea10dfd31 (patch) | |
tree | d552de64359c14fc37bdea34d5960f5fd0f1d316 /source3/include/smb.h | |
parent | 0c6cdfadfda8e2fcb9b7766068670b7468db4c62 (diff) | |
download | samba-9cd45eeaf96b67dd772a6b8e5ef6df7ea10dfd31.tar.gz samba-9cd45eeaf96b67dd772a6b8e5ef6df7ea10dfd31.tar.bz2 samba-9cd45eeaf96b67dd772a6b8e5ef6df7ea10dfd31.zip |
sort out some include dependencies
split out privileges from rpc_lsa.h
(This used to be commit 37d7cc8162d02a664095dbe0fc8d7250d1ed51c9)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 10 |
1 files changed, 2 insertions, 8 deletions
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 |