From: Al Viro Date: Sat, 17 Mar 2012 05:06:11 +0000 (-0400) Subject: kill pointless includes of reiserfs_fs_{i,sb}.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a8a4b79b53fc7cbb023afedf58b04dd4e9bbb114;p=linux.git kill pointless includes of reiserfs_fs_{i,sb}.h Signed-off-by: Al Viro --- diff --git a/fs/reiserfs/bitmap.c b/fs/reiserfs/bitmap.c index 70de42f09f1d1..3c46361626215 100644 --- a/fs/reiserfs/bitmap.c +++ b/fs/reiserfs/bitmap.c @@ -10,8 +10,6 @@ #include #include #include -#include -#include #include #include diff --git a/fs/reiserfs/objectid.c b/fs/reiserfs/objectid.c index 3a6de810bd618..efc929e6a323d 100644 --- a/fs/reiserfs/objectid.c +++ b/fs/reiserfs/objectid.c @@ -6,7 +6,6 @@ #include #include #include -#include // find where objectid map starts #define objectid_map(s,rs) (old_format_only (s) ? \ diff --git a/fs/reiserfs/procfs.c b/fs/reiserfs/procfs.c index 7a9981196c1cd..f931a089bbe76 100644 --- a/fs/reiserfs/procfs.c +++ b/fs/reiserfs/procfs.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include diff --git a/fs/reiserfs/resize.c b/fs/reiserfs/resize.c index 7483279b482d3..e1415ad93251b 100644 --- a/fs/reiserfs/resize.c +++ b/fs/reiserfs/resize.c @@ -14,7 +14,6 @@ #include #include #include -#include #include int reiserfs_resize(struct super_block *s, unsigned long block_count_new) diff --git a/fs/reiserfs/xattr.h b/fs/reiserfs/xattr.h index 367c0459db6dd..ccd146bb06658 100644 --- a/fs/reiserfs/xattr.h +++ b/fs/reiserfs/xattr.h @@ -2,7 +2,6 @@ #include #include #include -#include #include struct inode;