s3-services: move services.h to where it is actually used.
authorGünther Deschner <gd@samba.org>
Mon, 17 May 2010 21:04:46 +0000 (23:04 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 17 May 2010 22:44:27 +0000 (00:44 +0200)
Guenther

source3/include/includes.h
source3/rpc_server/srv_svcctl_nt.c
source3/services/services_db.c
source3/services/svc_netlogon.c
source3/services/svc_rcinit.c
source3/services/svc_spoolss.c
source3/services/svc_winreg.c
source3/services/svc_wins.c

index 6cbef2ec4455f89ade8c313e3d9d17e23e38ec7b..a6d8d5a5655c25d0b5cb485aa097c0e025a258a5 100644 (file)
@@ -684,7 +684,6 @@ struct ntlmssp_state;
 #include "async_smb.h"
 #include "../lib/async_req/async_sock.h"
 #include "talloc_dict.h"
-#include "services.h"
 #include "../lib/util/smb_threads.h"
 #include "../lib/util/smb_threads_internal.h"
 #include "tldap.h"
index 26dc09ea7c9ff60dae9101ed021cef097f1463a1..e4ddcd35bf668b894478f90cd95b10d3d1ae414a 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "includes.h"
 #include "../librpc/gen_ndr/srv_svcctl.h"
+#include "services.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_RPC_SRV
index 556194bf2a09ca77e6f3f1928d8bf40b6114a5c9..0241097a2c89ae5734ee9ae82565275acbc7888d 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include "includes.h"
+#include "services.h"
 
 struct rcinit_file_information {
        char *description;
index 931f774024e379a870e122f570758b2e798cde4f..41b4f95ca00e440ab1ffbc54b909f12a04f27daa 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "services.h"
 
 /* Implementation for internal netlogon service */
 
index 3f56676fe1497c58202f218465882415b598063f..e19b3d1bff46a50f96591f9b3fd7aa6be059d732 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "services.h"
 
 /*********************************************************************
 *********************************************************************/
index 4a2cb7897755a144ec4fd503c52e2499088fc042..2495fb47d199da1af09c8eae475043bc2f23425e 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "services.h"
 
 /* Implementation for internal spoolss service */
 
index a8fdea2e6bb1980f67530a3b75613fb8cdb00420..0e63e625721d9973aac65a34f895ba2cc7335ff7 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "services.h"
 
 /* Implementation for internal winreg service */
 
index a4242f3dbfcd3abc1d26a22e5c308619f30044e5..e1069af2b1d5794e65eaa68506af0d2370e2574e 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "services.h"
 
 /* Implementation for internal wins service */