summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-08-14 15:54:39 -0700
committerJeremy Allison <jra@samba.org>2017-08-16 20:58:13 +0200
commitbee22f187cfca26da13efb4cc980a705ec252a21 (patch)
tree592c6b7c911fd1fdbf0d3f78d7b8fbcb597c9555 /lib/tevent
parent68316a4975bfe0b85a9d034955fa5bd315ec9436 (diff)
downloadsamba-bee22f187cfca26da13efb4cc980a705ec252a21.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>
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"