From 316e5e376c793d1f9882eebddbbd855cf121cce4 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 19 Jun 2012 12:43:10 +0930 Subject: lib/tdb_wrap: use tdb directly, not tdb_compat. Signed-off-by: Rusty Russell --- source4/cluster/local.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/cluster') diff --git a/source4/cluster/local.c b/source4/cluster/local.c index df67bcfa79..0e59321f64 100644 --- a/source4/cluster/local.c +++ b/source4/cluster/local.c @@ -22,7 +22,6 @@ #include "includes.h" #include "cluster/cluster.h" #include "cluster/cluster_private.h" -#include "tdb_compat.h" #include "lib/tdb_wrap/tdb_wrap.h" #include "system/filesys.h" #include "param/param.h" -- cgit