diff --git a/[refs] b/[refs] index 533039c90751..b615dadf594c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2178426d26661ed6e18a8d6ea0bc05c98d73600d +refs/heads/master: 713729e8b993cb880225e2ced50a3f5ac05c2b3f diff --git a/trunk/fs/adfs/file.c b/trunk/fs/adfs/file.c index afebbfde6968..6af10885f9d6 100644 --- a/trunk/fs/adfs/file.c +++ b/trunk/fs/adfs/file.c @@ -19,11 +19,7 @@ * * adfs regular file handling primitives */ -#include #include -#include -#include -#include #include /* for file_fsync() */ #include diff --git a/trunk/fs/qnx4/file.c b/trunk/fs/qnx4/file.c index b471315e24ef..c33963fded9e 100644 --- a/trunk/fs/qnx4/file.c +++ b/trunk/fs/qnx4/file.c @@ -12,10 +12,7 @@ * 27-06-1998 by Frank Denis : file overwriting. */ -#include -#include #include -#include #include /* diff --git a/trunk/fs/ramfs/file-mmu.c b/trunk/fs/ramfs/file-mmu.c index 2115383dcc8d..6ada2095b9ac 100644 --- a/trunk/fs/ramfs/file-mmu.c +++ b/trunk/fs/ramfs/file-mmu.c @@ -24,18 +24,7 @@ * caches is sufficient. */ -#include #include -#include -#include -#include -#include -#include -#include -#include - -#include -#include "internal.h" struct address_space_operations ramfs_aops = { .readpage = simple_readpage,