mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
tdb_wrap: Move to specific directory.
It's a bit confusing to mix low-level and high-level libraries. We had multiple libraries in one directory, and there were have circular dependencies with other libraries outside that directory (in this case, samba-hostconfig). Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 10 23:13:01 CET 2012 on sn-devel-104
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/filesys.h"
|
||||
#include "lib/util/tdb_wrap.h"
|
||||
#include "lib/tdb_wrap/tdb_wrap.h"
|
||||
#include "util_tdb.h"
|
||||
#include "lib/param/param.h"
|
||||
|
||||
|
Reference in New Issue
Block a user