diff options
-rw-r--r-- | lib/dbwrap/dbwrap_cache.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/dbwrap/dbwrap_cache.h b/lib/dbwrap/dbwrap_cache.h index cd290e15f85..e69d58efce6 100644 --- a/lib/dbwrap/dbwrap_cache.h +++ b/lib/dbwrap/dbwrap_cache.h @@ -20,11 +20,7 @@ #ifndef __DBWRAP_CACHE_H__ #define __DBWRAP_CACHE_H__ -#include <talloc.h> - -#include "dbwrap/dbwrap_private.h" - -struct db_context; +#include "dbwrap.h" struct db_context *db_open_cache(TALLOC_CTX *mem_ctx, struct db_context *backing); |