mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
s4:rpc_server: Do not include s4 librpc headers in dcerpc core
Signed-off-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
63b7889461
commit
6fcf8038e4
@ -26,7 +26,6 @@
|
||||
#include "lib/util/dlinklist.h"
|
||||
#include "rpc_server/dcerpc_server.h"
|
||||
#include "rpc_server/dcerpc_server_proto.h"
|
||||
#include "librpc/rpc/dcerpc_proto.h"
|
||||
#include "system/filesys.h"
|
||||
#include "libcli/security/security.h"
|
||||
#include "param/param.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef SAMBA_DCERPC_SERVER_H
|
||||
#define SAMBA_DCERPC_SERVER_H
|
||||
|
||||
#include "librpc/rpc/dcerpc.h"
|
||||
#include "librpc/rpc/rpc_common.h"
|
||||
#include "librpc/ndr/libndr.h"
|
||||
|
||||
/* modules can use the following to determine if the interface has changed
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "lib/util/dlinklist.h"
|
||||
#include "rpc_server/dcerpc_server.h"
|
||||
#include "rpc_server/dcerpc_server_proto.h"
|
||||
#include "librpc/rpc/dcerpc_proto.h"
|
||||
#include "param/param.h"
|
||||
#include "librpc/rpc/rpc_common.h"
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "rpc_server/dcerpc_server.h"
|
||||
#include "auth/auth.h"
|
||||
#include "auth/credentials/credentials.h"
|
||||
#include "librpc/rpc/dcerpc.h"
|
||||
#include "librpc/ndr/ndr_table.h"
|
||||
#include "param/param.h"
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "../lib/util/dlinklist.h"
|
||||
#include "rpc_server/dcerpc_server.h"
|
||||
#include "rpc_server/dcerpc_server_proto.h"
|
||||
#include "librpc/rpc/dcerpc.h"
|
||||
#include "system/filesys.h"
|
||||
#include "lib/messaging/irpc.h"
|
||||
#include "system/network.h"
|
||||
|
Reference in New Issue
Block a user