1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-06 08:23:50 +03:00

r14464: Don't include ndr_BASENAME.h files unless strictly required, instead

try to include just the BASENAME.h files (containing only structs)
This commit is contained in:
Jelmer Vernooij
2006-03-16 00:23:11 +00:00
committed by Gerald (Jerry) Carter
parent a71d762acf
commit 3dd477ca51
154 changed files with 181 additions and 73 deletions

View File

@@ -24,6 +24,7 @@
#include "scripting/ejs/smbcalls.h"
#include "lib/appweb/ejs/ejs.h"
#include "lib/samba3/samba3.h"
#include "librpc/gen_ndr/ndr_security.h"
static struct MprVar mprRegistry(struct samba3_regdb *reg)