diff options
author | Simo Sorce <idra@samba.org> | 2012-04-02 10:20:24 -0400 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-04-12 12:06:43 +0200 |
commit | 46ab21900555ba2f6ef06417095d50f14a2be676 (patch) | |
tree | cb11dca2f761bf1a4a8f27ba67aac5130229cd59 /source3/librpc | |
parent | a925c2c48d07cd4f074325954d933e194b4704d8 (diff) | |
download | samba-46ab21900555ba2f6ef06417095d50f14a2be676.tar.gz |
gse: Remove unnecessary header.
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/crypto/gse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index b14829b6cc1..447f9bcb2aa 100644 --- a/source3/librpc/crypto/gse.c +++ b/source3/librpc/crypto/gse.c @@ -28,7 +28,6 @@ #include "auth/gensec/gensec.h" #include "auth/credentials/credentials.h" #include "../librpc/gen_ndr/dcerpc.h" -#include "lib/util/asn1.h" #if defined(HAVE_KRB5) |