1
0
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:
Günther Deschner 2010-05-17 23:04:46 +02:00
parent ca73e03eb7
commit 657fd0be1d
8 changed files with 7 additions and 1 deletions

View 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"

View 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

View File

@ -21,6 +21,7 @@
*/
#include "includes.h"
#include "services.h"
struct rcinit_file_information {
char *description;

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "services.h"
/* Implementation for internal netlogon service */

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "services.h"
/*********************************************************************
*********************************************************************/

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "services.h"
/* Implementation for internal spoolss service */

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "services.h"
/* Implementation for internal winreg service */

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "services.h"
/* Implementation for internal wins service */