summaryrefslogtreecommitdiff
path: root/lib/tevent
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/tevent
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/tevent')
-rw-r--r--lib/tevent/testsuite.c2
1 files changed, 1 insertions, 1 deletions
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"