diff options
author | Michael Adam <obnox@samba.org> | 2011-07-07 17:42:08 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-29 13:34:22 +0200 |
commit | 0b5c4a601a983aab06e4aba158cd9359babd1e71 (patch) | |
tree | 8e2806398d731036115661a88867be107783e538 /source3/lib/talloc_dict.c | |
parent | d4c93ca721d0edd8780ce84e7cccd0e5a1ea4f37 (diff) | |
download | samba-0b5c4a601a983aab06e4aba158cd9359babd1e71.tar.gz |
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Jul 29 13:34:22 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/lib/talloc_dict.c')
-rw-r--r-- | source3/lib/talloc_dict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/talloc_dict.c b/source3/lib/talloc_dict.c index 95ae0a3260d..3c5108d3880 100644 --- a/source3/lib/talloc_dict.c +++ b/source3/lib/talloc_dict.c @@ -18,7 +18,7 @@ */ #include "includes.h" -#include "dbwrap.h" +#include "dbwrap/dbwrap.h" #include "talloc_dict.h" #include "util_tdb.h" |