1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-30 08:23:49 +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

@@ -28,6 +28,7 @@
#include "lib/events/events.h"
#include "libcli/resolve/resolve.h"
#include "auth/credentials/credentials.h"
#include "librpc/gen_ndr/ndr_nbt.h"
/* the stages of this call */
enum connect_stage {CONNECT_RESOLVE,