summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-08-14 15:54:39 -0700
committerJeremy Allison <jra@samba.org>2017-08-16 20:58:13 +0200
commitbee22f187cfca26da13efb4cc980a705ec252a21 (patch)
tree592c6b7c911fd1fdbf0d3f78d7b8fbcb597c9555 /source4/librpc
parent68316a4975bfe0b85a9d034955fa5bd315ec9436 (diff)
downloadsamba-bee22f187cfca26da13efb4cc980a705ec252a21.tar.gz
lib: tevent: Use system <tevent.h>, not internal header path (except in self-test).
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
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 d6c37a33827..790b8b9a5ee 100644
--- a/source4/librpc/rpc/dcerpc_roh_channel_in.c
+++ b/source4/librpc/rpc/dcerpc_roh_channel_in.c
@@ -21,7 +21,7 @@
*/
#include "includes.h"
-#include "lib/tevent/tevent.h"
+#include <tevent.h>
#include "lib/talloc/talloc.h"
#include "lib/tsocket/tsocket.h"
#include "lib/tls/tls.h"
diff --git a/source4/librpc/rpc/dcerpc_roh_channel_out.c b/source4/librpc/rpc/dcerpc_roh_channel_out.c
index 4e1c93445ce..b3b801a4014 100644
--- a/source4/librpc/rpc/dcerpc_roh_channel_out.c
+++ b/source4/librpc/rpc/dcerpc_roh_channel_out.c
@@ -21,7 +21,7 @@
*/
#include "includes.h"
-#include "lib/tevent/tevent.h"
+#include <tevent.h>
#include "lib/talloc/talloc.h"
#include "lib/tsocket/tsocket.h"
#include "lib/tls/tls.h"