summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2011-09-19 13:12:48 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2011-09-19 18:03:24 +0200
commitfcfde9ac86b75176ceeb02dbb3faa05cd53a2716 (patch)
tree01219b5e6c79685a19cffc652cd2ebe01e9fbe5a
parentb759dc9f39320a38c4f521979c12a23a89959c4c (diff)
downloadsamba-fcfde9ac86b75176ceeb02dbb3faa05cd53a2716.tar.gz
samba-fcfde9ac86b75176ceeb02dbb3faa05cd53a2716.tar.bz2
samba-fcfde9ac86b75176ceeb02dbb3faa05cd53a2716.zip
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 <mdw@samba.org> Autobuild-Date: Mon Sep 19 18:03:24 CEST 2011 on sn-devel-104
-rw-r--r--source4/ntvfs/common/brlock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/ntvfs/common/brlock.c b/source4/ntvfs/common/brlock.c
index a6232f8596..d99cc4e185 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"