s3-dcerpc: only include rpc_dce.h where needed.
authorGünther Deschner <gd@samba.org>
Wed, 18 Aug 2010 16:26:17 +0000 (18:26 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 25 Aug 2010 22:20:29 +0000 (00:20 +0200)
Guenther

source3/include/includes.h
source3/registry/reg_parse_prs.c
source3/rpc_client/cli_pipe.c
source3/rpc_server/rpc_ncacn_np_internal.c
source3/rpc_server/srv_pipe.c
source3/rpc_server/srv_pipe_hnd.c

index 655411319a9efc29969858c40f9e644aee3555a7..1a57318f2c81fe22fc21504317a91ffd1f7d0a3d 100644 (file)
@@ -643,7 +643,6 @@ extern void *cmdline_lp_ctx;
 #include "nameserv.h"
 #include "../lib/util/byteorder.h"
 #include "rpc_misc.h"
-#include "rpc_dce.h"
 #include "mapping.h"
 #include "passdb.h"
 #include "msdfs.h"
index c1b941bbae4728b59e74dbbc5a8efb62de8d703d..d831f19b79f5b8afdb058e0666575255e25944b5 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "includes.h"
 #include "reg_parse_prs.h"
+#include "rpc_dce.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_RPC_PARSE
index 16bd649b464f208c0dea0c1cf8adfe752f408014..9660df35c11a3fa369e46f2dc89cc04a401aad2e 100644 (file)
@@ -31,6 +31,7 @@
 #include "librpc/rpc/dcerpc.h"
 #include "librpc/rpc/dcerpc_gssapi.h"
 #include "librpc/rpc/dcerpc_spnego.h"
+#include "rpc_dce.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_RPC_CLI
index bbb63382607eccd1f65f9e53bd6b93bdbdce4d7a..d4cb342e1ab6f15fd31410e38478f336b10e03f0 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "includes.h"
 #include "rpc_server/srv_pipe_internal.h"
+#include "rpc_dce.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_RPC_SRV
index a30022b23b778bd66a3a798c252436e228969b8c..456734fafda28a68fd7eb93f1e807a661cac4639 100644 (file)
@@ -35,6 +35,7 @@
 #include "../libcli/auth/ntlmssp.h"
 #include "ntlmssp_wrap.h"
 #include "rpc_server.h"
+#include "rpc_dce.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_RPC_SRV
index 70758ecbddf0005ada9b2469fb1b400e06feaf99..04a08791f242f5848f4bb0fc809c459ee0f54dd6 100644 (file)
@@ -26,6 +26,7 @@
 #include "rpc_server.h"
 #include "smbd/globals.h"
 #include "fake_file.h"
+#include "rpc_dce.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_RPC_SRV