mirror of
https://github.com/samba-team/samba.git
synced 2025-10-22 07:33:16 +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:
committed by
Gerald (Jerry) Carter
parent
a71d762acf
commit
3dd477ca51
@@ -34,6 +34,7 @@
|
||||
#include "system/network.h"
|
||||
#include "system/filesys.h"
|
||||
#include "libcli/composite/composite.h"
|
||||
#include "librpc/gen_ndr/ndr_nbt.h"
|
||||
|
||||
struct host_state {
|
||||
struct nbt_name name;
|
||||
|
@@ -28,6 +28,7 @@
|
||||
#include "libcli/composite/composite.h"
|
||||
#include "system/network.h"
|
||||
#include "netif/netif.h"
|
||||
#include "librpc/gen_ndr/ndr_nbt.h"
|
||||
|
||||
struct nbtlist_state {
|
||||
struct nbt_name name;
|
||||
|
@@ -24,6 +24,7 @@
|
||||
#include "lib/events/events.h"
|
||||
#include "libcli/composite/composite.h"
|
||||
#include "libcli/resolve/resolve.h"
|
||||
#include "librpc/gen_ndr/ndr_nbt.h"
|
||||
|
||||
struct resolve_state {
|
||||
struct nbt_name name;
|
||||
|
Reference in New Issue
Block a user