1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-rpc_server: run minimal_includes.pl.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu May  5 03:04:38 CEST 2011 on sn-devel-104
This commit is contained in:
Günther Deschner 2011-05-05 00:58:27 +02:00
parent bd92826aa8
commit 8563d5c384
7 changed files with 0 additions and 8 deletions

View File

@ -22,7 +22,6 @@
#include "includes.h"
#include "ntdomain.h"
#include "../libcli/security/security.h"
#include "librpc/gen_ndr/ndr_epmapper.h"
#include "librpc/gen_ndr/srv_epmapper.h"
#include "srv_epmapper.h"
#include "auth.h"

View File

@ -26,7 +26,6 @@
#include "../librpc/gen_ndr/srv_epmapper.h"
#include "rpc_server/rpc_server.h"
#include "rpc_server/epmapper/srv_epmapper.h"
#include "rpc_server/srv_pipe_register.h"
#include "messages.h"
#define DAEMON_NAME "epmd"

View File

@ -24,7 +24,6 @@
#include "ntdomain.h"
#include "../librpc/gen_ndr/srv_eventlog.h"
#include "lib/eventlog/eventlog.h"
#include "registry.h"
#include "../libcli/security/security.h"
#include "../librpc/gen_ndr/ndr_winreg_c.h"
#include "rpc_client/cli_winreg_int.h"

View File

@ -28,8 +28,6 @@
#include "ntdomain.h"
#include "../libcli/auth/schannel.h"
#include "../librpc/gen_ndr/srv_netlogon.h"
#include "../librpc/gen_ndr/srv_samr.h"
#include "../librpc/gen_ndr/srv_lsa.h"
#include "../librpc/gen_ndr/ndr_samr_c.h"
#include "../librpc/gen_ndr/ndr_lsa_c.h"
#include "rpc_client/cli_lsarpc.h"

View File

@ -49,7 +49,6 @@
#include "rpc_server/rpc_ep_setup.h"
#include "rpc_server/rpc_server.h"
#include "rpc_server/srv_pipe_register.h"
#include "rpc_server/epmapper/srv_epmapper.h"
struct dcesrv_ep_context {

View File

@ -33,7 +33,6 @@
#include "includes.h"
#include "system/passwd.h"
#include "smbd/globals.h"
#include "../libcli/auth/libcli_auth.h"
#include "ntdomain.h"
#include "../librpc/gen_ndr/srv_samr.h"

View File

@ -35,7 +35,6 @@
#include "smbd/smbd.h"
#include "auth.h"
#include "messages.h"
#include "ntdomain.h"
extern const struct generic_mapping file_generic_mapping;