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

@@ -31,6 +31,7 @@
#include "librpc/gen_ndr/ndr_misc.h"
#include "db_wrap.h"
#include "libcli/security/proto.h"
#include "librpc/gen_ndr/ndr_security.h"
struct samsync_ldb_secret {
struct samsync_ldb_secret *prev, *next;