From: Volker Lendecke Date: Sat, 24 Sep 2016 17:45:13 +0000 (-0700) Subject: glusterfs: Avoid tevent_internal.h X-Git-Tag: samba-4.4.7~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad96251e7e2e0624219f93ed3f1fbe0b4df89985;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 84530a899ef..b2ff4a9af6f 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/util/sys_rw.h"