1
0
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:
Günther Deschner 2011-02-25 00:11:14 +01:00
parent 1f6aecb5cf
commit 9f9e195124
3 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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"

View File

@ -20,6 +20,7 @@
#include "includes.h"
#include "../lib/util/select.h"
#include "system/select.h"
#include "packet.h"
struct packet_context {
int fd;