diff options
Diffstat (limited to 'source3/modules/gpfs.c')
-rw-r--r-- | source3/modules/gpfs.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c index 6b7af7c6ea..9e08a1be24 100644 --- a/source3/modules/gpfs.c +++ b/source3/modules/gpfs.c @@ -17,11 +17,7 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -#include "includes.h" -#include "system/filesys.h" -#include "smbd/smbd.h" - -#include <fcntl.h> +#include "replace.h" #include "vfs_gpfs.h" static int (*gpfs_set_share_fn)(int fd, unsigned int allow, unsigned int deny); |