From 5e022bc339c9ed665eb98a9b9a5e024d58d5cea4 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Wed, 18 Feb 2015 15:24:56 -0700 Subject: [PATCH] gpfs: Remove unncessary includes from gpfs.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit replace.h provides everything that is required (errno and ENOSYS). Signed-off-by: Christof Schmitt Reviewed-by: Ralph Böhme --- source3/modules/gpfs.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c index 6b7af7c6ea1..9e08a1be247 100644 --- a/source3/modules/gpfs.c +++ b/source3/modules/gpfs.c @@ -17,11 +17,7 @@ * along with this program; if not, see . */ -#include "includes.h" -#include "system/filesys.h" -#include "smbd/smbd.h" - -#include +#include "replace.h" #include "vfs_gpfs.h" static int (*gpfs_set_share_fn)(int fd, unsigned int allow, unsigned int deny);