diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-06-23 04:11:15 -0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-07-26 14:16:33 -0400 |
commit | 3400777ff03a3cd4fdbc6cb15676fc7e7ceefc00 (patch) | |
tree | aac7652d73e481b35389c14b179ce17b5f31d818 /fs/xfs/linux-2.6 | |
parent | 288699fecaffa1ef8f75f92020cbb593a772e487 (diff) |
xfs: remove unneeded #include statements
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/linux-2.6')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_aops.c | 6 | ||||
-rw-r--r-- | fs/xfs/linux-2.6/xfs_file.c | 7 | ||||
-rw-r--r-- | fs/xfs/linux-2.6/xfs_ioctl.c | 8 | ||||
-rw-r--r-- | fs/xfs/linux-2.6/xfs_ioctl32.c | 3 | ||||
-rw-r--r-- | fs/xfs/linux-2.6/xfs_iops.c | 7 | ||||
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 3 | ||||
-rw-r--r-- | fs/xfs/linux-2.6/xfs_sync.c | 10 | ||||
-rw-r--r-- | fs/xfs/linux-2.6/xfs_trace.c | 3 |
8 files changed, 0 insertions, 47 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index 4cd5e00f0c5c..e42c0ba6688a 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/fs/xfs/linux-2.6/xfs_aops.c | |||
@@ -21,18 +21,12 @@ | |||
21 | #include "xfs_inum.h" | 21 | #include "xfs_inum.h" |
22 | #include "xfs_sb.h" | 22 | #include "xfs_sb.h" |
23 | #include "xfs_ag.h" | 23 | #include "xfs_ag.h" |
24 | #include "xfs_dir2.h" | ||
25 | #include "xfs_trans.h" | 24 | #include "xfs_trans.h" |
26 | #include "xfs_mount.h" | 25 | #include "xfs_mount.h" |
27 | #include "xfs_bmap_btree.h" | 26 | #include "xfs_bmap_btree.h" |
28 | #include "xfs_alloc_btree.h" | ||
29 | #include "xfs_ialloc_btree.h" | ||
30 | #include "xfs_dir2_sf.h" | ||
31 | #include "xfs_attr_sf.h" | ||
32 | #include "xfs_dinode.h" | 27 | #include "xfs_dinode.h" |
33 | #include "xfs_inode.h" | 28 | #include "xfs_inode.h" |
34 | #include "xfs_alloc.h" | 29 | #include "xfs_alloc.h" |
35 | #include "xfs_btree.h" | ||
36 | #include "xfs_error.h" | 30 | #include "xfs_error.h" |
37 | #include "xfs_rw.h" | 31 | #include "xfs_rw.h" |
38 | #include "xfs_iomap.h" | 32 | #include "xfs_iomap.h" |
diff --git a/fs/xfs/linux-2.6/xfs_file.c b/fs/xfs/linux-2.6/xfs_file.c index dca06131551a..8d26d93648b4 100644 --- a/fs/xfs/linux-2.6/xfs_file.c +++ b/fs/xfs/linux-2.6/xfs_file.c | |||
@@ -22,22 +22,15 @@ | |||
22 | #include "xfs_inum.h" | 22 | #include "xfs_inum.h" |
23 | #include "xfs_sb.h" | 23 | #include "xfs_sb.h" |
24 | #include "xfs_ag.h" | 24 | #include "xfs_ag.h" |
25 | #include "xfs_dir2.h" | ||
26 | #include "xfs_trans.h" | 25 | #include "xfs_trans.h" |
27 | #include "xfs_mount.h" | 26 | #include "xfs_mount.h" |
28 | #include "xfs_bmap_btree.h" | 27 | #include "xfs_bmap_btree.h" |
29 | #include "xfs_alloc_btree.h" | ||
30 | #include "xfs_ialloc_btree.h" | ||
31 | #include "xfs_alloc.h" | 28 | #include "xfs_alloc.h" |
32 | #include "xfs_btree.h" | ||
33 | #include "xfs_attr_sf.h" | ||
34 | #include "xfs_dir2_sf.h" | ||
35 | #include "xfs_dinode.h" | 29 | #include "xfs_dinode.h" |
36 | #include "xfs_inode.h" | 30 | #include "xfs_inode.h" |
37 | #include "xfs_inode_item.h" | 31 | #include "xfs_inode_item.h" |
38 | #include "xfs_bmap.h" | 32 | #include "xfs_bmap.h" |
39 | #include "xfs_error.h" | 33 | #include "xfs_error.h" |
40 | #include "xfs_rw.h" | ||
41 | #include "xfs_vnodeops.h" | 34 | #include "xfs_vnodeops.h" |
42 | #include "xfs_da_btree.h" | 35 | #include "xfs_da_btree.h" |
43 | #include "xfs_ioctl.h" | 36 | #include "xfs_ioctl.h" |
diff --git a/fs/xfs/linux-2.6/xfs_ioctl.c b/fs/xfs/linux-2.6/xfs_ioctl.c index addd37051aa9..8aa54f0eec15 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl.c +++ b/fs/xfs/linux-2.6/xfs_ioctl.c | |||
@@ -23,23 +23,15 @@ | |||
23 | #include "xfs_trans.h" | 23 | #include "xfs_trans.h" |
24 | #include "xfs_sb.h" | 24 | #include "xfs_sb.h" |
25 | #include "xfs_ag.h" | 25 | #include "xfs_ag.h" |
26 | #include "xfs_dir2.h" | ||
27 | #include "xfs_alloc.h" | 26 | #include "xfs_alloc.h" |
28 | #include "xfs_mount.h" | 27 | #include "xfs_mount.h" |
29 | #include "xfs_bmap_btree.h" | 28 | #include "xfs_bmap_btree.h" |
30 | #include "xfs_alloc_btree.h" | ||
31 | #include "xfs_ialloc_btree.h" | ||
32 | #include "xfs_attr_sf.h" | ||
33 | #include "xfs_dir2_sf.h" | ||
34 | #include "xfs_dinode.h" | 29 | #include "xfs_dinode.h" |
35 | #include "xfs_inode.h" | 30 | #include "xfs_inode.h" |
36 | #include "xfs_ioctl.h" | 31 | #include "xfs_ioctl.h" |
37 | #include "xfs_btree.h" | ||
38 | #include "xfs_ialloc.h" | ||
39 | #include "xfs_rtalloc.h" | 32 | #include "xfs_rtalloc.h" |
40 | #include "xfs_itable.h" | 33 | #include "xfs_itable.h" |
41 | #include "xfs_error.h" | 34 | #include "xfs_error.h" |
42 | #include "xfs_rw.h" | ||
43 | #include "xfs_attr.h" | 35 | #include "xfs_attr.h" |
44 | #include "xfs_bmap.h" | 36 | #include "xfs_bmap.h" |
45 | #include "xfs_buf_item.h" | 37 | #include "xfs_buf_item.h" |
diff --git a/fs/xfs/linux-2.6/xfs_ioctl32.c b/fs/xfs/linux-2.6/xfs_ioctl32.c index e67be3ae3540..6cd1225608ac 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl32.c +++ b/fs/xfs/linux-2.6/xfs_ioctl32.c | |||
@@ -28,11 +28,8 @@ | |||
28 | #include "xfs_trans.h" | 28 | #include "xfs_trans.h" |
29 | #include "xfs_sb.h" | 29 | #include "xfs_sb.h" |
30 | #include "xfs_ag.h" | 30 | #include "xfs_ag.h" |
31 | #include "xfs_dir2.h" | ||
32 | #include "xfs_mount.h" | 31 | #include "xfs_mount.h" |
33 | #include "xfs_bmap_btree.h" | 32 | #include "xfs_bmap_btree.h" |
34 | #include "xfs_attr_sf.h" | ||
35 | #include "xfs_dir2_sf.h" | ||
36 | #include "xfs_vnode.h" | 33 | #include "xfs_vnode.h" |
37 | #include "xfs_dinode.h" | 34 | #include "xfs_dinode.h" |
38 | #include "xfs_inode.h" | 35 | #include "xfs_inode.h" |
diff --git a/fs/xfs/linux-2.6/xfs_iops.c b/fs/xfs/linux-2.6/xfs_iops.c index ce3118477d9e..4393de6b0c07 100644 --- a/fs/xfs/linux-2.6/xfs_iops.c +++ b/fs/xfs/linux-2.6/xfs_iops.c | |||
@@ -24,20 +24,13 @@ | |||
24 | #include "xfs_trans.h" | 24 | #include "xfs_trans.h" |
25 | #include "xfs_sb.h" | 25 | #include "xfs_sb.h" |
26 | #include "xfs_ag.h" | 26 | #include "xfs_ag.h" |
27 | #include "xfs_dir2.h" | ||
28 | #include "xfs_alloc.h" | 27 | #include "xfs_alloc.h" |
29 | #include "xfs_quota.h" | 28 | #include "xfs_quota.h" |
30 | #include "xfs_mount.h" | 29 | #include "xfs_mount.h" |
31 | #include "xfs_bmap_btree.h" | 30 | #include "xfs_bmap_btree.h" |
32 | #include "xfs_alloc_btree.h" | ||
33 | #include "xfs_ialloc_btree.h" | ||
34 | #include "xfs_dir2_sf.h" | ||
35 | #include "xfs_attr_sf.h" | ||
36 | #include "xfs_dinode.h" | 31 | #include "xfs_dinode.h" |
37 | #include "xfs_inode.h" | 32 | #include "xfs_inode.h" |
38 | #include "xfs_bmap.h" | 33 | #include "xfs_bmap.h" |
39 | #include "xfs_btree.h" | ||
40 | #include "xfs_ialloc.h" | ||
41 | #include "xfs_rtalloc.h" | 34 | #include "xfs_rtalloc.h" |
42 | #include "xfs_error.h" | 35 | #include "xfs_error.h" |
43 | #include "xfs_itable.h" | 36 | #include "xfs_itable.h" |
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 4c7b8f9f4deb..5593066d497d 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -30,8 +30,6 @@ | |||
30 | #include "xfs_bmap_btree.h" | 30 | #include "xfs_bmap_btree.h" |
31 | #include "xfs_alloc_btree.h" | 31 | #include "xfs_alloc_btree.h" |
32 | #include "xfs_ialloc_btree.h" | 32 | #include "xfs_ialloc_btree.h" |
33 | #include "xfs_dir2_sf.h" | ||
34 | #include "xfs_attr_sf.h" | ||
35 | #include "xfs_dinode.h" | 33 | #include "xfs_dinode.h" |
36 | #include "xfs_inode.h" | 34 | #include "xfs_inode.h" |
37 | #include "xfs_btree.h" | 35 | #include "xfs_btree.h" |
@@ -42,7 +40,6 @@ | |||
42 | #include "xfs_error.h" | 40 | #include "xfs_error.h" |
43 | #include "xfs_itable.h" | 41 | #include "xfs_itable.h" |
44 | #include "xfs_fsops.h" | 42 | #include "xfs_fsops.h" |
45 | #include "xfs_rw.h" | ||
46 | #include "xfs_attr.h" | 43 | #include "xfs_attr.h" |
47 | #include "xfs_buf_item.h" | 44 | #include "xfs_buf_item.h" |
48 | #include "xfs_utils.h" | 45 | #include "xfs_utils.h" |
diff --git a/fs/xfs/linux-2.6/xfs_sync.c b/fs/xfs/linux-2.6/xfs_sync.c index ce323377a708..850b4198bf60 100644 --- a/fs/xfs/linux-2.6/xfs_sync.c +++ b/fs/xfs/linux-2.6/xfs_sync.c | |||
@@ -24,24 +24,14 @@ | |||
24 | #include "xfs_trans.h" | 24 | #include "xfs_trans.h" |
25 | #include "xfs_sb.h" | 25 | #include "xfs_sb.h" |
26 | #include "xfs_ag.h" | 26 | #include "xfs_ag.h" |
27 | #include "xfs_dir2.h" | ||
28 | #include "xfs_mount.h" | 27 | #include "xfs_mount.h" |
29 | #include "xfs_bmap_btree.h" | 28 | #include "xfs_bmap_btree.h" |
30 | #include "xfs_alloc_btree.h" | ||
31 | #include "xfs_ialloc_btree.h" | ||
32 | #include "xfs_btree.h" | ||
33 | #include "xfs_dir2_sf.h" | ||
34 | #include "xfs_attr_sf.h" | ||
35 | #include "xfs_inode.h" | 29 | #include "xfs_inode.h" |
36 | #include "xfs_dinode.h" | 30 | #include "xfs_dinode.h" |
37 | #include "xfs_error.h" | 31 | #include "xfs_error.h" |
38 | #include "xfs_mru_cache.h" | ||
39 | #include "xfs_filestream.h" | 32 | #include "xfs_filestream.h" |
40 | #include "xfs_vnodeops.h" | 33 | #include "xfs_vnodeops.h" |
41 | #include "xfs_utils.h" | ||
42 | #include "xfs_buf_item.h" | ||
43 | #include "xfs_inode_item.h" | 34 | #include "xfs_inode_item.h" |
44 | #include "xfs_rw.h" | ||
45 | #include "xfs_quota.h" | 35 | #include "xfs_quota.h" |
46 | #include "xfs_trace.h" | 36 | #include "xfs_trace.h" |
47 | 37 | ||
diff --git a/fs/xfs/linux-2.6/xfs_trace.c b/fs/xfs/linux-2.6/xfs_trace.c index 03e2dca36d4b..88d25d4aa56e 100644 --- a/fs/xfs/linux-2.6/xfs_trace.c +++ b/fs/xfs/linux-2.6/xfs_trace.c | |||
@@ -24,13 +24,10 @@ | |||
24 | #include "xfs_trans.h" | 24 | #include "xfs_trans.h" |
25 | #include "xfs_sb.h" | 25 | #include "xfs_sb.h" |
26 | #include "xfs_ag.h" | 26 | #include "xfs_ag.h" |
27 | #include "xfs_dir2.h" | ||
28 | #include "xfs_da_btree.h" | 27 | #include "xfs_da_btree.h" |
29 | #include "xfs_bmap_btree.h" | 28 | #include "xfs_bmap_btree.h" |
30 | #include "xfs_alloc_btree.h" | 29 | #include "xfs_alloc_btree.h" |
31 | #include "xfs_ialloc_btree.h" | 30 | #include "xfs_ialloc_btree.h" |
32 | #include "xfs_dir2_sf.h" | ||
33 | #include "xfs_attr_sf.h" | ||
34 | #include "xfs_dinode.h" | 31 | #include "xfs_dinode.h" |
35 | #include "xfs_inode.h" | 32 | #include "xfs_inode.h" |
36 | #include "xfs_btree.h" | 33 | #include "xfs_btree.h" |