mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s3-build: only include ctdbd_conn.h where needed.
Guenther
This commit is contained in:
parent
c7fe04abc7
commit
8e16d6dbdf
@ -653,7 +653,6 @@ extern void *cmdline_lp_ctx;
|
||||
#include "session.h"
|
||||
#include "module.h"
|
||||
#include "packet.h"
|
||||
#include "ctdbd_conn.h"
|
||||
#include "../lib/util/talloc_stack.h"
|
||||
#include "serverid.h"
|
||||
#include "../lib/util/smb_threads.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include "librpc/gen_ndr/messaging.h"
|
||||
#include "librpc/gen_ndr/ndr_messaging.h"
|
||||
#include "ctdbd_conn.h"
|
||||
|
||||
/* paths to these include files come from --with-ctdb= in configure */
|
||||
#include "ctdb.h"
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "includes.h"
|
||||
#include "g_lock.h"
|
||||
#include "librpc/gen_ndr/messaging.h"
|
||||
#include "ctdbd_conn.h"
|
||||
|
||||
static NTSTATUS g_lock_force_unlock(struct g_lock_ctx *ctx, const char *name,
|
||||
struct server_id pid);
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "includes.h"
|
||||
#include "popt_common.h"
|
||||
#include "secrets.h"
|
||||
#include "ctdbd_conn.h"
|
||||
|
||||
extern char *global_clobber_region_function;
|
||||
extern unsigned int global_clobber_region_line;
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "librpc/gen_ndr/netlogon.h"
|
||||
#include "librpc/gen_ndr/messaging.h"
|
||||
#include "../lib/async_req/async_sock.h"
|
||||
#include "ctdbd_conn.h"
|
||||
|
||||
extern bool global_machine_password_needs_changing;
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "libcli/auth/schannel.h"
|
||||
#include "secrets.h"
|
||||
#include "memcache.h"
|
||||
#include "ctdbd_conn.h"
|
||||
|
||||
#include "../librpc/gen_ndr/srv_dfs.h"
|
||||
#include "../librpc/gen_ndr/srv_dssetup.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user