diff options
author | Günther Deschner <gd@samba.org> | 2009-11-27 18:30:18 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-27 18:31:13 +0100 |
commit | ae207370667a12db53362ee5dcdab8e6d4bb388f (patch) | |
tree | b5a8cba127c3e8698cf1bb1678f9320781ee2684 /source3/include | |
parent | e512ccb5b677fa7f285829ec645fc067837c0e11 (diff) | |
download | samba-ae207370667a12db53362ee5dcdab8e6d4bb388f.tar.gz samba-ae207370667a12db53362ee5dcdab8e6d4bb388f.tar.bz2 samba-ae207370667a12db53362ee5dcdab8e6d4bb388f.zip |
s3-kerberos: do not include authdata headers before including krb5 headers.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/authdata.h | 2 | ||||
-rw-r--r-- | source3/include/includes.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/authdata.h b/source3/include/authdata.h index 70f6d2da9a..e1a5155927 100644 --- a/source3/include/authdata.h +++ b/source3/include/authdata.h @@ -21,8 +21,6 @@ #ifndef _AUTHDATA_H #define _AUTHDATA_H -#include "rpc_misc.h" - #define PAC_TYPE_LOGON_INFO 1 #define PAC_TYPE_SERVER_CHECKSUM 6 #define PAC_TYPE_PRIVSVR_CHECKSUM 7 diff --git a/source3/include/includes.h b/source3/include/includes.h index 37cb611a91..cf0979592c 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -652,7 +652,6 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx); #include "passdb.h" #include "rpc_secdes.h" #include "../libgpo/gpo.h" -#include "authdata.h" #include "msdfs.h" #include "rap.h" #include "../lib/crypto/md5.h" |