diff options
author | Michael Adam <obnox@samba.org> | 2012-05-11 22:11:42 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-14 04:04:55 +0200 |
commit | e945511aae52c0bc50007ffc703241c7da1db372 (patch) | |
tree | a8cfc6357fa4747417505d328a3a6d07f8dcd398 /source4/ntvfs | |
parent | f5e5ed79ccc10e0b6aa50f6b6747d48d9505e7ee (diff) | |
download | samba-e945511aae52c0bc50007ffc703241c7da1db372.tar.gz samba-e945511aae52c0bc50007ffc703241c7da1db372.tar.bz2 samba-e945511aae52c0bc50007ffc703241c7da1db372.zip |
move the dbwrap library to the top level
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/posix/python/pyxattr_tdb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/ntvfs/posix/python/pyxattr_tdb.c b/source4/ntvfs/posix/python/pyxattr_tdb.c index 18ac091787..1df9897e9a 100644 --- a/source4/ntvfs/posix/python/pyxattr_tdb.c +++ b/source4/ntvfs/posix/python/pyxattr_tdb.c @@ -28,9 +28,9 @@ #include "ntvfs/posix/posix_eadb.h" #include "libcli/util/pyerrors.h" #include "param/pyparam.h" -#include "source3/lib/dbwrap/dbwrap.h" -#include "source3/lib/dbwrap/dbwrap_open.h" -#include "source3/lib/dbwrap/dbwrap_tdb.h" +#include "lib/dbwrap/dbwrap.h" +#include "lib/dbwrap/dbwrap_open.h" +#include "lib/dbwrap/dbwrap_tdb.h" #include "source3/lib/xattr_tdb.h" void initxattr_tdb(void); |