From 184098d4848e55f56262be0b5a0dc4d4f413f5f1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Jan 2011 14:34:27 +1100 Subject: s4-heimdal_build Remove talloc dependency from hdb-glue.c This file can compile with just heimdal headers. Andrew Bartlett --- source4/heimdal_build/hdb-glue.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/hdb-glue.c b/source4/heimdal_build/hdb-glue.c index c25a2f984e..0a5289ba81 100644 --- a/source4/heimdal_build/hdb-glue.c +++ b/source4/heimdal_build/hdb-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/hdb/hdb_locl.h" krb5_error_code -- cgit