mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3-packet: only include packet.h where needed.
Guenther
This commit is contained in:
parent
1f6aecb5cf
commit
9f9e195124
@ -565,7 +565,6 @@ extern void *cmdline_lp_ctx;
|
||||
#include "client.h"
|
||||
|
||||
#include "module.h"
|
||||
#include "packet.h"
|
||||
#include "../lib/util/talloc_stack.h"
|
||||
#include "../lib/util/smb_threads.h"
|
||||
#include "../lib/util/smb_threads_internal.h"
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "librpc/gen_ndr/messaging.h"
|
||||
#include "librpc/gen_ndr/ndr_messaging.h"
|
||||
#include "ctdbd_conn.h"
|
||||
#include "packet.h"
|
||||
|
||||
/* paths to these include files come from --with-ctdb= in configure */
|
||||
#include "ctdb.h"
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "includes.h"
|
||||
#include "../lib/util/select.h"
|
||||
#include "system/select.h"
|
||||
#include "packet.h"
|
||||
|
||||
struct packet_context {
|
||||
int fd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user