mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
s3-build: include mangle.h only where needed.
Guenther
This commit is contained in:
parent
7b6fc9f414
commit
184339825d
@ -653,7 +653,6 @@ extern void *cmdline_lp_ctx;
|
||||
#include "client.h"
|
||||
|
||||
#include "session.h"
|
||||
#include "mangle.h"
|
||||
#include "module.h"
|
||||
#include "dbwrap.h"
|
||||
#include "packet.h"
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "smbd/globals.h"
|
||||
#include "mangle.h"
|
||||
|
||||
/* this allows us to add more mangling backends */
|
||||
static const struct {
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "smbd/globals.h"
|
||||
#include "mangle.h"
|
||||
|
||||
/* -------------------------------------------------------------------------- **
|
||||
* Other stuff...
|
||||
|
@ -66,6 +66,7 @@
|
||||
#include "includes.h"
|
||||
#include "smbd/globals.h"
|
||||
#include "memcache.h"
|
||||
#include "mangle.h"
|
||||
|
||||
#if 1
|
||||
#define M_DEBUG(level, x) DEBUG(level, x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user