lib: tevent: Use system <tevent.h>, not internal header path (except in self-test).
authorJeremy Allison <jra@samba.org>
Mon, 14 Aug 2017 22:54:39 +0000 (15:54 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 16 Aug 2017 18:58:13 +0000 (20:58 +0200)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/async_req/async_connect_send_test.c
lib/tevent/testsuite.c
source4/librpc/rpc/dcerpc_roh_channel_in.c
source4/librpc/rpc/dcerpc_roh_channel_out.c
source4/torture/smb2/rename.c
source4/torture/smb2/sharemode.c

index 34ea6b7d3d785859b725ebc85322c47194d531c6..d570c609d7ff252f5d4e7778fdc7b57d8e3571fc 100644 (file)
@@ -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>
index ee29e5bf8c763ac2dfa19db72303584669a177a5..e50845215407240b4ce6c684da01a373b04dd1ed 100644 (file)
@@ -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"
index d6c37a33827e2123b89a493a3fffa90a55cccec6..790b8b9a5eec74833ce9f17a57cd2d4de78bc43e 100644 (file)
@@ -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"
index 4e1c93445ceb4ba57a5ff4d002a9ea1fa8828261..b3b801a4014678687f9b4f303a14f4d95b33b1b2 100644 (file)
@@ -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"
index 4c41c8b7d43e0570141ebd4032b34738c4ae149f..5055cf24344d68582a3c9750130f18ddb85bcef3 100644 (file)
@@ -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"
index f59927c5b39a983ffb9da77abbf54d4de89be266..d1ad22e477de9df0dd5b1e7a64ebbd74147471b4 100644 (file)
@@ -25,7 +25,7 @@
 #include "libcli/security/security.h"
 #include "torture/torture.h"
 #include "torture/smb2/proto.h"
-#include "lib/tevent/tevent.h"
+#include <tevent.h>
 
 #define BASEDIRHOLD "sharemode_hold_test"