diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-19 12:43:10 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-19 05:38:07 +0200 |
commit | 316e5e376c793d1f9882eebddbbd855cf121cce4 (patch) | |
tree | 239d4fb35bc72910b2e02c97438f639812ab697c /source4/cluster | |
parent | df4a6e82280845668dee6fe10f2025c9fa2b958c (diff) | |
download | samba-316e5e376c793d1f9882eebddbbd855cf121cce4.tar.gz |
lib/tdb_wrap: use tdb directly, not tdb_compat.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'source4/cluster')
-rw-r--r-- | source4/cluster/local.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/cluster/local.c b/source4/cluster/local.c index df67bcfa799..0e59321f64f 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" |