From bc24206dfbd2356b6059814d0bf7efdf480ca0ef Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 14 Aug 2017 15:54:39 -0700 Subject: lib: tevent: Use system , not internal header path (except in self-test). Signed-off-by: Jeremy Allison Reviewed-by: Andreas Schneider (similar to commit bee22f187cfca26da13efb4cc980a705ec252a21) --- source4/librpc/rpc/dcerpc_roh_channel_in.c | 2 +- source4/librpc/rpc/dcerpc_roh_channel_out.c | 2 +- source4/torture/smb2/rename.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source4') diff --git a/source4/librpc/rpc/dcerpc_roh_channel_in.c b/source4/librpc/rpc/dcerpc_roh_channel_in.c index 887a57b67f8..4955f24c6e5 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 #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 b370e564ee1..0123ed560d2 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 #include "lib/talloc/talloc.h" #include "lib/tsocket/tsocket.h" #include "lib/tls/tls.h" diff --git a/source4/torture/smb2/rename.c b/source4/torture/smb2/rename.c index 4c41c8b7d43..5055cf24344 100644 --- a/source4/torture/smb2/rename.c +++ b/source4/torture/smb2/rename.c @@ -22,7 +22,7 @@ #include "includes.h" #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" -#include "lib/tevent/tevent.h" +#include #include "lib/util/tevent_ntstatus.h" #include "torture/torture.h" -- cgit v1.2.1