r14203: Include less private heimdal headers.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 11 Mar 2006 09:31:59 +0000 (09:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:00 +0000 (13:57 -0500)
Andrew Bartlett
(This used to be commit ce80425f6d84e434f4562aa0be7e6e4ad2772b92)

source4/kdc/pac-glue.c

index ca5f37fa796c8e5de697685de52b2125c9a56483..1a7ef29ad1d4cddbc24f3beed3976f1fdfc742db 100644 (file)
 #include "kdc/kdc.h"
 #include "include/ads.h"
 #include "lib/ldb/include/ldb.h"
-#include "heimdal/lib/krb5/krb5_locl.h"
 #include "librpc/gen_ndr/krb5pac.h"
 #include "auth/auth.h"
 #include "auth/auth_sam.h"
 
+struct krb5_dh_moduli;
+struct _krb5_krb_auth_data;
+
+#include "heimdal/lib/krb5/krb5-private.h"
+
 /* Given the right private pointer from hdb_ldb, get a PAC from the attached ldb messages */
 static krb5_error_code samba_get_pac(krb5_context context, 
                                     struct hdb_ldb_private *private,