From: Volker Lendecke Date: Sat, 24 Sep 2016 17:45:13 +0000 (-0700) Subject: glusterfs: Avoid tevent_internal.h X-Git-Tag: samba-4.3.12~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af851c2e3c3d5362b69ed8063419bc109bc9438f;p=thirdparty%2Fsamba.git glusterfs: Avoid tevent_internal.h 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) --- 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"