mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
s3-services: move services.h to where it is actually used.
Guenther
This commit is contained in:
parent
ca73e03eb7
commit
657fd0be1d
@ -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"
|
||||
|
@ -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
|
||||
|
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "services.h"
|
||||
|
||||
struct rcinit_file_information {
|
||||
char *description;
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "services.h"
|
||||
|
||||
/* Implementation for internal netlogon service */
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "services.h"
|
||||
|
||||
/*********************************************************************
|
||||
*********************************************************************/
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "services.h"
|
||||
|
||||
/* Implementation for internal spoolss service */
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "services.h"
|
||||
|
||||
/* Implementation for internal winreg service */
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "services.h"
|
||||
|
||||
/* Implementation for internal wins service */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user