From: Matthias Dieter Wallnöfer Date: Mon, 19 Sep 2011 11:12:48 +0000 (+0200) Subject: s4:ntvfs/common/brlock.c - remove unnecessary include "tdb_compat.h" X-Git-Tag: ldb-1.1.3~258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcfde9ac86b75176ceeb02dbb3faa05cd53a2716;p=thirdparty%2Fsamba.git s4:ntvfs/common/brlock.c - remove unnecessary include "tdb_compat.h" 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 --- 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"