From fcfde9ac86b75176ceeb02dbb3faa05cd53a2716 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Mon, 19 Sep 2011 13:12:48 +0200 Subject: [PATCH] s4:ntvfs/common/brlock.c - remove unnecessary include "tdb_compat.h" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Attempt to fix bug #8468 (https://bugzilla.samba.org/show_bug.cgi?id=8468). Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Mon Sep 19 18:03:24 CEST 2011 on sn-devel-104 --- source4/ntvfs/common/brlock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source4/ntvfs/common/brlock.c b/source4/ntvfs/common/brlock.c index a6232f85964..d99cc4e1850 100644 --- a/source4/ntvfs/common/brlock.c +++ b/source4/ntvfs/common/brlock.c @@ -26,7 +26,6 @@ #include "includes.h" #include "system/filesys.h" -#include "tdb_compat.h" #include "messaging/messaging.h" #include "lib/messaging/irpc.h" #include "libcli/libcli.h" -- 2.11.4.GIT