summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/async_req/async_connect_send_test.c2
-rw-r--r--lib/tevent/testsuite.c2
2 files changed, 2 insertions, 2 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 <tevent.h>
#include "lib/async_req/async_sock.h"
#include <stdio.h>
#include <string.h>
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"