s3:librpc: remove unneded gssapi includes from source3/librpc/crypto/gse.c
authorMichael Adam <obnox@samba.org>
Tue, 10 May 2011 20:02:49 +0000 (22:02 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 10 May 2011 21:12:31 +0000 (23:12 +0200)
These come in via the smb_krb5.h include (and lib/replace/system/kerberos.h)
in the end.

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Tue May 10 23:12:31 CEST 2011 on sn-devel-104

source3/librpc/crypto/gse.c

index 34742bc4aa1cdbbe1c290cf3902b6cd5d0c51c9f..c311c774d42c6b7deb8a13b35b3ce52db26e4eac 100644 (file)
 #include "smb_krb5.h"
 #include "gse_krb5.h"
 
-#include <gssapi/gssapi.h>
-#include <gssapi/gssapi_krb5.h>
-#ifdef HAVE_GSSAPI_GSSAPI_EXT_H
-#include <gssapi/gssapi_ext.h>
-#endif
-
 #ifndef GSS_KRB5_INQ_SSPI_SESSION_KEY_OID
 #define GSS_KRB5_INQ_SSPI_SESSION_KEY_OID_LENGTH 11
 #define GSS_KRB5_INQ_SSPI_SESSION_KEY_OID "\x2a\x86\x48\x86\xf7\x12\x01\x02\x02\x05\x05"