diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-01-04 14:40:21 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-01-04 14:40:21 +1100 |
commit | 0a4758770c4cc7670ef19f876ae06b84710fd724 (patch) | |
tree | dbda93b4d8571b2c61deb324f1159bd06d76367d /source4/heimdal_build | |
parent | 184098d4848e55f56262be0b5a0dc4d4f413f5f1 (diff) | |
download | samba-0a4758770c4cc7670ef19f876ae06b84710fd724.tar.gz samba-0a4758770c4cc7670ef19f876ae06b84710fd724.tar.bz2 samba-0a4758770c4cc7670ef19f876ae06b84710fd724.zip |
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
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/krb5-glue.c | 6 |
1 files changed, 0 insertions, 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 <http://www.gnu.org/licenses/>. */ -#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 = { |