mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +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:
@ -27,7 +27,7 @@
|
||||
#include "lib/socket/socket.h"
|
||||
#include "librpc/gen_ndr/ndr_irpc.h"
|
||||
#include "lib/messaging/irpc.h"
|
||||
#include "lib/util/tdb_wrap.h"
|
||||
#include "lib/tdb_wrap/tdb_wrap.h"
|
||||
#include "../lib/util/unix_privs.h"
|
||||
#include "librpc/rpc/dcerpc.h"
|
||||
#include "../lib/tdb_compat/tdb_compat.h"
|
||||
|
Reference in New Issue
Block a user