diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-03 17:27:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:40 -0500 |
commit | 63d718e243fd03e6ea24c47e7442975ec088a5b5 (patch) | |
tree | 97224ad82f32e4f61429316f32d244d0bea4aeae /source4/ntvfs/posix | |
parent | 92461359f79803d97f942912d347c692fa596dc4 (diff) | |
download | samba-63d718e243fd03e6ea24c47e7442975ec088a5b5.tar.gz samba-63d718e243fd03e6ea24c47e7442975ec088a5b5.tar.bz2 samba-63d718e243fd03e6ea24c47e7442975ec088a5b5.zip |
r12696: Reduce the size of include/structs.h
(This used to be commit 63917616016133c623fc6ff59454bc313ee7dd8f)
Diffstat (limited to 'source4/ntvfs/posix')
-rw-r--r-- | source4/ntvfs/posix/pvfs_xattr.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/posix/vfs_posix.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_xattr.c b/source4/ntvfs/posix/pvfs_xattr.c index e67253e657..e9cb077c06 100644 --- a/source4/ntvfs/posix/pvfs_xattr.c +++ b/source4/ntvfs/posix/pvfs_xattr.c @@ -22,7 +22,6 @@ #include "includes.h" #include "vfs_posix.h" -#include "librpc/gen_ndr/ndr_xattr.h" /* pull a xattr as a blob diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h index 3028053f5e..3219631ebb 100644 --- a/source4/ntvfs/posix/vfs_posix.h +++ b/source4/ntvfs/posix/vfs_posix.h @@ -23,6 +23,7 @@ #ifndef _VFS_POSIX_H_ #define _VFS_POSIX_H_ +#include "librpc/gen_ndr/ndr_xattr.h" #include "system/filesys.h" #include "smb_server/smb_server.h" #include "ntvfs/ntvfs.h" |