s4:param/secrets.h - fix "enum netr_SchannelType" include correctly
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 27 Nov 2010 18:32:03 +0000 (19:32 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 27 Nov 2010 20:50:41 +0000 (21:50 +0100)
source4/dsdb/samdb/samdb.c
source4/libnet/libnet_join.c
source4/param/secrets.h
source4/smbd/process_onefork.c
source4/smbd/process_prefork.c

index 2c890a7d6f7b42b18fef6a3c41195eadf7ea54d7..416cf50396cc5af9168d2c942fee40b0c27b8038 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "includes.h"
 #include "librpc/gen_ndr/ndr_netlogon.h"
-#include "librpc/gen_ndr/ndr_misc.h"
 #include "librpc/gen_ndr/ndr_security.h"
 #include "lib/events/events.h"
 #include "lib/ldb-samba/ldb_wrap.h"
index 235304423e7889f21c5f5dc9ed85df0fa37bccae..6077de906b3b9ffaedc0d47bca35f4034c00357e 100644 (file)
@@ -24,7 +24,6 @@
 #include "librpc/gen_ndr/ndr_drsuapi_c.h"
 #include "lib/ldb/include/ldb.h"
 #include "lib/ldb/include/ldb_errors.h"
-#include "param/secrets.h"
 #include "dsdb/samdb/samdb.h"
 #include "ldb_wrap.h"
 #include "libcli/security/security.h"
index d9e0f53f0faddb4b479a49b65ba17f916c87ef20..4cab9ccaddc96cd0dc253d74c3ab05155dd6d9c0 100644 (file)
  */
 struct loadparm_context;
 struct tevent_context;
-enum netr_SchannelType;
 struct ldb_message;
 struct ldb_context;
 
+#include "librpc/gen_ndr/misc.h"
+
 struct tdb_wrap *secrets_init(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx);
 struct ldb_context *secrets_db_connect(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx);
 struct dom_sid *secrets_get_domain_sid(TALLOC_CTX *mem_ctx,
index da34f731641ef83888e8dc9db0481807b9f985d3..5194e1bda635c6df093489590f1acc0bcc6c1a8f 100644 (file)
@@ -27,7 +27,6 @@
 #include "lib/events/events.h"
 #include "lib/socket/socket.h"
 #include "smbd/process_model.h"
-#include "param/secrets.h"
 #include "system/filesys.h"
 #include "cluster/cluster.h"
 #include "param/param.h"
index 13404643814c3e4bb906e5309799e5605cfdfdf0..71c1c57162aa2f504f86925a6563bb2459c5aaa6 100644 (file)
@@ -27,7 +27,6 @@
 #include "lib/events/events.h"
 #include "lib/socket/socket.h"
 #include "smbd/process_model.h"
-#include "param/secrets.h"
 #include "system/filesys.h"
 #include "cluster/cluster.h"
 #include "param/param.h"