From af851c2e3c3d5362b69ed8063419bc109bc9438f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 24 Sep 2016 10:45:13 -0700 Subject: [PATCH] glusterfs: Avoid tevent_internal.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Günther confirmed it still compiles :-) Bug: https://bugzilla.samba.org/show_bug.cgi?id=12283 Signed-off-by: Volker Lendecke Reviewed-by: Günther Deschner Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Sat Sep 24 23:41:56 CEST 2016 on sn-devel-144 (cherry picked from commit c60ea2c17814f9f7b55514e0d0a553accaa54b15) --- source3/modules/vfs_glusterfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c index a66887dbae3..a534a8a512b 100644 --- a/source3/modules/vfs_glusterfs.c +++ b/source3/modules/vfs_glusterfs.c @@ -41,7 +41,6 @@ #include "api/glfs.h" #include "lib/util/dlinklist.h" #include "lib/util/tevent_unix.h" -#include "lib/tevent/tevent_internal.h" #include "smbd/globals.h" #include "lib/sys_rw.h" -- 2.47.2