diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-08-01 16:59:40 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-08-01 17:52:37 +0200 |
commit | 9cc663af6e234e1938ac6a4cfce6b72b837440e5 (patch) | |
tree | d8d9c137d0c8e5915e9f48ece4a6a0cb12c6b78b /source4/auth | |
parent | c251443e733d44347160fc158d5c83a3417fcc95 (diff) | |
download | samba-9cc663af6e234e1938ac6a4cfce6b72b837440e5.tar.gz samba-9cc663af6e234e1938ac6a4cfce6b72b837440e5.tar.bz2 samba-9cc663af6e234e1938ac6a4cfce6b72b837440e5.zip |
auth/kerberos: we don't need to include heimdal private headers
metze
(This used to be commit 6ec3887aee9bbb9c182ab966d37212edeaa16b5a)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/kerberos/krb5_init_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/auth/kerberos/krb5_init_context.c b/source4/auth/kerberos/krb5_init_context.c index 02d8cd0b4e..82e42a4560 100644 --- a/source4/auth/kerberos/krb5_init_context.c +++ b/source4/auth/kerberos/krb5_init_context.c @@ -22,13 +22,11 @@ #include "includes.h" #include "system/kerberos.h" -#include "heimdal/lib/krb5/krb5_locl.h" #include "auth/kerberos/kerberos.h" #include "lib/socket/socket.h" #include "lib/stream/packet.h" #include "system/network.h" #include "lib/events/events.h" -#include "roken.h" #include "param/param.h" #include "libcli/resolve/resolve.h" |