diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-19 17:52:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:12 -0500 |
commit | 17328316de7e44fa891c5eb5dcb11d1f8029b30e (patch) | |
tree | a74a994ee1e41aab8a69b1bd93fd12b1aadb94db /source4/auth | |
parent | 3e6c45455feb64ad6a4178196cdede4d1e46d0fe (diff) | |
download | samba-17328316de7e44fa891c5eb5dcb11d1f8029b30e.tar.gz samba-17328316de7e44fa891c5eb5dcb11d1f8029b30e.tar.bz2 samba-17328316de7e44fa891c5eb5dcb11d1f8029b30e.zip |
r22385: remove unused include
metze
(This used to be commit c8a210bc6fa2529944bb1303ba06fe0734bdd23e)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth_util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/auth/auth_util.c b/source4/auth/auth_util.c index 5063724ffc..d4a2fa93e8 100644 --- a/source4/auth/auth_util.c +++ b/source4/auth/auth_util.c @@ -28,7 +28,6 @@ #include "libcli/auth/libcli_auth.h" #include "dsdb/samdb/samdb.h" #include "auth/credentials/credentials.h" -#include "auth/credentials/credentials_krb5.h" /* this default function can be used by mostly all backends * which don't want to set a challenge |