summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-09-24 10:45:13 -0700
committerKarolin Seeger <kseeger@samba.org>2016-10-20 10:43:28 +0200
commitaf851c2e3c3d5362b69ed8063419bc109bc9438f (patch)
tree716d2ce5bbb6dacc15b692ee75429d26eb8da949
parenta992329246c5d48d76d9408e36f78da890d659ab (diff)
downloadsamba-af851c2e3c3d5362b69ed8063419bc109bc9438f.tar.gz
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 <vl@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Sat Sep 24 23:41:56 CEST 2016 on sn-devel-144 (cherry picked from commit c60ea2c17814f9f7b55514e0d0a553accaa54b15)
-rw-r--r--source3/modules/vfs_glusterfs.c1
1 files changed, 0 insertions, 1 deletions
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"