1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.

Guenther
This commit is contained in:
Günther Deschner 2011-04-28 17:26:40 +02:00
parent bc6f24e89f
commit 12476223c6
10 changed files with 9 additions and 1 deletions

View File

@ -522,7 +522,6 @@ typedef char fstring[FSTRING_LEN];
#include "event.h"
#include "../lib/util/tevent_unix.h"
#include "../lib/util/tevent_ntstatus.h"
#include "../lib/tsocket/tsocket.h"
#include "../lib/util/data_blob.h"
#include "../lib/util/time.h"

View File

@ -925,6 +925,7 @@ struct tevent_req *getaddrinfo_send(TALLOC_CTX *mem_ctx,
int getaddrinfo_recv(struct tevent_req *req, struct addrinfo **res);
int poll_one_fd(int fd, int events, int timeout, int *revents);
int poll_intr_one_fd(int fd, int events, int timeout, int *revents);
struct tstream_context;
struct tevent_req *tstream_read_packet_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct tstream_context *stream,

View File

@ -20,6 +20,7 @@
#include "includes.h"
#include "tldap.h"
#include "../lib/util/asn1.h"
#include "../lib/tsocket/tsocket.h"
static int tldap_simple_recv(struct tevent_req *req);

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "../lib/tsocket/tsocket.h"
struct tstream_read_packet_state {
struct tevent_context *ev;

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "../lib/tsocket/tsocket.h"
#include "rpc_client/rpc_transport.h"
#include "../lib/async_req/async_sock.h"

View File

@ -31,6 +31,7 @@
#include "../auth/auth_sam_reply.h"
#include "auth.h"
#include "ntdomain.h"
#include "../lib/tsocket/tsocket.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_RPC_SRV

View File

@ -29,6 +29,7 @@
#include "rpc_dce.h"
#include "rpc_server/rpc_ncacn_np.h"
#include "ntdomain.h"
#include "../lib/tsocket/tsocket.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_RPC_SRV

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "../lib/tsocket/tsocket.h"
#include "system/filesys.h"
#include "smbd/smbd.h"
#include "smbd/globals.h"

View File

@ -19,6 +19,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "../lib/tsocket/tsocket.h"
#include "smbd/smbd.h"
#include "smbd/globals.h"
#include "../librpc/gen_ndr/netlogon.h"

View File

@ -23,6 +23,7 @@
*/
#include "includes.h"
#include "../lib/tsocket/tsocket.h"
#include "smbd/smbd.h"
#include "smbd/globals.h"
#include "../libcli/auth/spnego.h"