From bee22f187cfca26da13efb4cc980a705ec252a21 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 14 Aug 2017 15:54:39 -0700 Subject: [PATCH] lib: tevent: Use system , not internal header path (except in self-test). Signed-off-by: Jeremy Allison Reviewed-by: Andreas Schneider --- lib/async_req/async_connect_send_test.c | 2 +- lib/tevent/testsuite.c | 2 +- source4/librpc/rpc/dcerpc_roh_channel_in.c | 2 +- source4/librpc/rpc/dcerpc_roh_channel_out.c | 2 +- source4/torture/smb2/rename.c | 2 +- source4/torture/smb2/sharemode.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/async_req/async_connect_send_test.c b/lib/async_req/async_connect_send_test.c index 34ea6b7d3d7..d570c609d7f 100644 --- a/lib/async_req/async_connect_send_test.c +++ b/lib/async_req/async_connect_send_test.c @@ -17,7 +17,7 @@ */ #include "replace.h" -#include "lib/tevent/tevent.h" +#include #include "lib/async_req/async_sock.h" #include #include diff --git a/lib/tevent/testsuite.c b/lib/tevent/testsuite.c index ee29e5bf8c7..e5084521540 100644 --- a/lib/tevent/testsuite.c +++ b/lib/tevent/testsuite.c @@ -25,7 +25,7 @@ */ #include "includes.h" -#include "lib/tevent/tevent.h" +#include "tevent.h" #include "system/filesys.h" #include "system/select.h" #include "system/network.h" 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 #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 #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" diff --git a/source4/torture/smb2/sharemode.c b/source4/torture/smb2/sharemode.c index f59927c5b39..d1ad22e477d 100644 --- a/source4/torture/smb2/sharemode.c +++ b/source4/torture/smb2/sharemode.c @@ -25,7 +25,7 @@ #include "libcli/security/security.h" #include "torture/torture.h" #include "torture/smb2/proto.h" -#include "lib/tevent/tevent.h" +#include #define BASEDIRHOLD "sharemode_hold_test" -- 2.11.4.GIT