tdb_wrap: Standalone compile without includes.h
authorMartin Schwenke <martin@meltin.net>
Tue, 19 Aug 2014 02:22:00 +0000 (12:22 +1000)
committerVolker Lendecke <vl@samba.org>
Fri, 19 Sep 2014 16:11:11 +0000 (18:11 +0200)
commitf8bd8924caf9f56666facfbe93778dd01288be6e
treea0c341450c5bd2e26ac0763f10540ad641b22a7c
parent9f0f6bff225d1cbeaee62e3fd82147d1c21f8468
tdb_wrap: Standalone compile without includes.h

Compiling this generic code is confusing because it uses includes.h,
which could come from source3, source4 or ctdb.  Generic code should
be independent of such things.

Drop include of param.h since nothing from that file is used.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Volker Lendecke <vl@samba.org>
lib/tdb_wrap/tdb_wrap.c
lib/tdb_wrap/tdb_wrap.h