From 23302413b3fc9cb3695a255b1ea6883f029b46fe Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 24 Oct 2008 16:37:56 +0200 Subject: Remove unused include param/param.h. --- source4/auth/kerberos/kerberos_pac.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/auth/kerberos') diff --git a/source4/auth/kerberos/kerberos_pac.c b/source4/auth/kerberos/kerberos_pac.c index 2943e05b18..7a36c9ddea 100644 --- a/source4/auth/kerberos/kerberos_pac.c +++ b/source4/auth/kerberos/kerberos_pac.c @@ -30,7 +30,6 @@ #include "librpc/gen_ndr/ndr_krb5pac.h" #include "lib/ldb/include/ldb.h" #include "auth/auth_sam_reply.h" -#include "param/param.h" krb5_error_code check_pac_checksum(TALLOC_CTX *mem_ctx, DATA_BLOB pac_data, -- cgit