diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-10 07:22:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:40 -0500 |
commit | a5bd1ccadab723c531963c219a1ac2b6b0c8b845 (patch) | |
tree | 451e109584364b0e8b0c5e8fea526ca9e80fa2d1 /source4/lib | |
parent | 6aa6dce3f7c4303d184b3098fbf4619e49a27e45 (diff) | |
download | samba-a5bd1ccadab723c531963c219a1ac2b6b0c8b845.tar.gz samba-a5bd1ccadab723c531963c219a1ac2b6b0c8b845.tar.bz2 samba-a5bd1ccadab723c531963c219a1ac2b6b0c8b845.zip |
r5307: removed db_wrap.h from includes.h
(This used to be commit 826baec7b348814a7bbdcdbec8c8526514f25da1)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/db_wrap.c | 1 | ||||
-rw-r--r-- | source4/lib/gencache.c | 1 | ||||
-rw-r--r-- | source4/lib/registry/reg_backend_ldb.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/db_wrap.c b/source4/lib/db_wrap.c index 6028159377..0ec1e378e6 100644 --- a/source4/lib/db_wrap.c +++ b/source4/lib/db_wrap.c @@ -31,6 +31,7 @@ #include "dlinklist.h" #include "lib/tdb/include/tdb.h" #include "lib/ldb/include/ldb.h" +#include "db_wrap.h" static struct ldb_wrap *ldb_list; static struct tdb_wrap *tdb_list; diff --git a/source4/lib/gencache.c b/source4/lib/gencache.c index 1a6159942d..b6d62977ad 100644 --- a/source4/lib/gencache.c +++ b/source4/lib/gencache.c @@ -25,6 +25,7 @@ #include "lib/tdb/include/tdbutil.h" #include "system/time.h" #include "system/filesys.h" +#include "db_wrap.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_TDB diff --git a/source4/lib/registry/reg_backend_ldb.c b/source4/lib/registry/reg_backend_ldb.c index c7b7bf587f..9f44f92888 100644 --- a/source4/lib/registry/reg_backend_ldb.c +++ b/source4/lib/registry/reg_backend_ldb.c @@ -21,6 +21,7 @@ #include "includes.h" #include "registry.h" #include "lib/ldb/include/ldb.h" +#include "db_wrap.h" struct ldb_key_data { |