summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-08-14 16:04:18 -0700
committerJeremy Allison <jra@samba.org>2017-08-17 00:53:48 +0200
commit5473a277e3bdcc7ae6a03c24d4e7c84a8ad63b4b (patch)
tree33c9b592aed72d465e0c4e70a70ea0979c37160b /source4/librpc
parentbee22f187cfca26da13efb4cc980a705ec252a21 (diff)
downloadsamba-5473a277e3bdcc7ae6a03c24d4e7c84a8ad63b4b.tar.gz
lib: talloc: Use the system <talloc.h> include.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Aug 17 00:53:48 CEST 2017 on sn-devel-144
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/rpc/dcerpc_roh_channel_in.c2
-rw-r--r--source4/librpc/rpc/dcerpc_roh_channel_out.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/rpc/dcerpc_roh_channel_in.c b/source4/librpc/rpc/dcerpc_roh_channel_in.c
index 790b8b9a5ee..d6707bf8680 100644
--- a/source4/librpc/rpc/dcerpc_roh_channel_in.c
+++ b/source4/librpc/rpc/dcerpc_roh_channel_in.c
@@ -22,7 +22,7 @@
#include "includes.h"
#include <tevent.h>
-#include "lib/talloc/talloc.h"
+#include <talloc.h>
#include "lib/tsocket/tsocket.h"
#include "lib/tls/tls.h"
#include "lib/util/tevent_ntstatus.h"
diff --git a/source4/librpc/rpc/dcerpc_roh_channel_out.c b/source4/librpc/rpc/dcerpc_roh_channel_out.c
index b3b801a4014..23cbce3022d 100644
--- a/source4/librpc/rpc/dcerpc_roh_channel_out.c
+++ b/source4/librpc/rpc/dcerpc_roh_channel_out.c
@@ -22,7 +22,7 @@
#include "includes.h"
#include <tevent.h>
-#include "lib/talloc/talloc.h"
+#include <talloc.h>
#include "lib/tsocket/tsocket.h"
#include "lib/tls/tls.h"
#include "lib/util/tevent_ntstatus.h"