r14203: Include less private heimdal headers.
[jelmer/samba4-debian.git] / source / 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,