From 8119926b3a13e261018a3f7b09cae5baf3abd30a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 15 Sep 2011 15:55:30 -0700 Subject: Revert "Add a missing include file to two VFS modules" My mistake - should have been 3.6.x only. This reverts commit 2e4d0641950ce6e38724ca71b46cf925f51ac7be. --- source3/modules/vfs_prealloc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/modules/vfs_prealloc.c') 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. * -- cgit