s3-build: remove global include of krb5pac.h.
authorGünther Deschner <gd@samba.org>
Thu, 5 Aug 2010 13:02:09 +0000 (15:02 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 6 Aug 2010 13:43:37 +0000 (15:43 +0200)
Put in samr and netlogon, as they were pulled in via krb5pac.h.

Guenther

source3/include/smb.h

index ca7124554781059a4a6d33ffc5b360a9f0603bbe..f04942eeff710749ebea7d2b7b4527c3deebcc54 100644 (file)
@@ -178,7 +178,8 @@ typedef union unid_t {
 
 #include "librpc/gen_ndr/idmap.h"
 #include "librpc/gen_ndr/epmapper.h"
-#include "librpc/gen_ndr/krb5pac.h"
+#include "librpc/gen_ndr/samr.h"
+#include "librpc/gen_ndr/netlogon.h"
 #include "librpc/gen_ndr/dcerpc.h"
 
 struct lsa_dom_info {