diff options
author | Jeremy Allison <jra@samba.org> | 2011-09-15 15:55:30 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-09-23 09:34:33 -0700 |
commit | 8119926b3a13e261018a3f7b09cae5baf3abd30a (patch) | |
tree | 9e7085847e440f9094e442f28373617c9114ebd3 | |
parent | 5494856294384df4360d85e68abc03c43dc16e06 (diff) | |
download | samba-8119926b3a13e261018a3f7b09cae5baf3abd30a.tar.gz samba-8119926b3a13e261018a3f7b09cae5baf3abd30a.tar.bz2 samba-8119926b3a13e261018a3f7b09cae5baf3abd30a.zip |
Revert "Add a missing include file to two VFS modules"
My mistake - should have been 3.6.x only.
This reverts commit 2e4d0641950ce6e38724ca71b46cf925f51ac7be.
-rw-r--r-- | source3/modules/gpfs.c | 1 | ||||
-rw-r--r-- | source3/modules/vfs_prealloc.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c index 52a93310eb..5b0d7d04ab 100644 --- a/source3/modules/gpfs.c +++ b/source3/modules/gpfs.c @@ -20,7 +20,6 @@ #include "includes.h" #include "system/filesys.h" #include "smbd/smbd.h" -#include "system/filesys.h" #ifdef HAVE_GPFS diff --git a/source3/modules/vfs_prealloc.c b/source3/modules/vfs_prealloc.c index 73f1a9322f..fb2e46e227 100644 --- a/source3/modules/vfs_prealloc.c +++ b/source3/modules/vfs_prealloc.c @@ -20,7 +20,6 @@ #include "includes.h" #include "system/filesys.h" #include "smbd/smbd.h" -#include "system/filesys.h" /* Extent preallocation module. * |