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:
parent
bc6f24e89f
commit
12476223c6
@ -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"
|
||||
|
@ -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,
|
||||
|
@ -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);
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "../lib/tsocket/tsocket.h"
|
||||
|
||||
struct tstream_read_packet_state {
|
||||
struct tevent_context *ev;
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "../lib/tsocket/tsocket.h"
|
||||
#include "system/filesys.h"
|
||||
#include "smbd/smbd.h"
|
||||
#include "smbd/globals.h"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user