1
0
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:
Günther Deschner 2010-08-18 18:34:01 +02:00
parent 7b6fc9f414
commit 184339825d
4 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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 {

View File

@ -22,6 +22,7 @@
#include "includes.h"
#include "smbd/globals.h"
#include "mangle.h"
/* -------------------------------------------------------------------------- **
* Other stuff...

View File

@ -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)