From 0a4758770c4cc7670ef19f876ae06b84710fd724 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Jan 2011 14:40:21 +1100 Subject: s4-heimdal_build Remove talloc dep for krb5-glue.c This glue does not require any internal Samba functionality, just the same heimdal headers as the files it is providing a stub replacement for. Andrew Bartlett --- source4/heimdal_build/krb5-glue.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source4/heimdal_build/krb5-glue.c b/source4/heimdal_build/krb5-glue.c index 8a09a91f3e..66320dce86 100644 --- a/source4/heimdal_build/krb5-glue.c +++ b/source4/heimdal_build/krb5-glue.c @@ -19,12 +19,6 @@ along with this program. If not, see . */ -#include "includes.h" -#include "system/network.h" -#include "system/kerberos.h" -#include "lib/socket/netif.h" -#include "param/param.h" - #include "heimdal/lib/krb5/krb5_locl.h" const krb5_cc_ops krb5_scc_ops = { -- cgit