From 669a4e14fcf73af63e373c749f338542fe68ceea Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 17 Nov 2007 22:49:24 +0100 Subject: r26019: use instead of "tdb.h" metze (This used to be commit e162958e6f9cd79f2caf1213f78d3f6a4cf90b9d) --- source4/lib/tdb_wrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/tdb_wrap.h b/source4/lib/tdb_wrap.h index bb36cabd40..b97d88a93a 100644 --- a/source4/lib/tdb_wrap.h +++ b/source4/lib/tdb_wrap.h @@ -22,7 +22,7 @@ #ifndef _TDB_WRAP_H_ #define _TDB_WRAP_H_ -#include "tdb.h" +#include struct tdb_wrap { struct tdb_context *tdb; -- cgit