summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-08-14 15:54:39 -0700
committerKarolin Seeger <kseeger@samba.org>2018-04-20 11:53:08 +0200
commitbc24206dfbd2356b6059814d0bf7efdf480ca0ef (patch)
treed9b21736eac9d1f7c5b23cda780d4ded5fc16b98 /source4
parent383f130f70ff5bb9c09927b6368c219ba9bdf64d (diff)
downloadsamba-bc24206dfbd2356b6059814d0bf7efdf480ca0ef.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> (similar to commit bee22f187cfca26da13efb4cc980a705ec252a21)
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/rpc/dcerpc_roh_channel_in.c2
-rw-r--r--source4/librpc/rpc/dcerpc_roh_channel_out.c2
-rw-r--r--source4/torture/smb2/rename.c2
3 files changed, 3 insertions, 3 deletions
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 <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 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 <tevent.h>
#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 <tevent.h>
#include "lib/util/tevent_ntstatus.h"
#include "torture/torture.h"