gpfs: Remove unncessary includes from gpfs.c
authorChristof Schmitt <cs@samba.org>
Wed, 18 Feb 2015 22:24:56 +0000 (15:24 -0700)
committerChristof Schmitt <cs@samba.org>
Mon, 2 Mar 2015 21:31:08 +0000 (22:31 +0100)
replace.h provides everything that is required (errno and ENOSYS).

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
source3/modules/gpfs.c

index 6b7af7c6ea1b9bd455c86349bab77e64adc585a2..9e08a1be247d2838b83b0eea19f1e8a0dd894c9b 100644 (file)
  *  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);