diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-01 13:41:46 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-06-02 02:13:49 +0200 |
commit | f9b7cd53b9fe253b122cb545c2dd1be073ab0592 (patch) | |
tree | ffd0205757c031bce2d6d42b1cf6f173f829440a /source4/ntvfs/posix/python/pyposix_eadb.c | |
parent | c290cdb9349220ba70b54143e1432da0230e2cee (diff) | |
download | samba-f9b7cd53b9fe253b122cb545c2dd1be073ab0592.tar.gz samba-f9b7cd53b9fe253b122cb545c2dd1be073ab0592.tar.bz2 samba-f9b7cd53b9fe253b122cb545c2dd1be073ab0592.zip |
s4-xattr: Use libreplace xattr functions directly
Diffstat (limited to 'source4/ntvfs/posix/python/pyposix_eadb.c')
-rw-r--r-- | source4/ntvfs/posix/python/pyposix_eadb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/python/pyposix_eadb.c b/source4/ntvfs/posix/python/pyposix_eadb.c index 226160f88d..48310cc016 100644 --- a/source4/ntvfs/posix/python/pyposix_eadb.c +++ b/source4/ntvfs/posix/python/pyposix_eadb.c @@ -24,7 +24,6 @@ #include "tdb_compat.h" #include "lib/tdb_wrap/tdb_wrap.h" #include "librpc/ndr/libndr.h" -#include "lib/util/wrap_xattr.h" #include "ntvfs/posix/posix_eadb.h" #include "libcli/util/pyerrors.h" #include "param/pyparam.h" |