diff options
Diffstat (limited to 'fs/xfs/xfs_error.c')
-rw-r--r-- | fs/xfs/xfs_error.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/fs/xfs/xfs_error.c b/fs/xfs/xfs_error.c index dcd3fdd5c1f7..5da2738b4538 100644 --- a/fs/xfs/xfs_error.c +++ b/fs/xfs/xfs_error.c | |||
@@ -29,23 +29,21 @@ | |||
29 | * | 29 | * |
30 | * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ | 30 | * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ |
31 | */ | 31 | */ |
32 | |||
33 | #include "xfs.h" | 32 | #include "xfs.h" |
34 | 33 | #include "xfs_fs.h" | |
35 | #include "xfs_macros.h" | ||
36 | #include "xfs_types.h" | 34 | #include "xfs_types.h" |
37 | #include "xfs_inum.h" | ||
38 | #include "xfs_log.h" | 35 | #include "xfs_log.h" |
39 | #include "xfs_sb.h" | 36 | #include "xfs_inum.h" |
40 | #include "xfs_trans.h" | 37 | #include "xfs_trans.h" |
38 | #include "xfs_sb.h" | ||
41 | #include "xfs_dir.h" | 39 | #include "xfs_dir.h" |
42 | #include "xfs_dir2.h" | 40 | #include "xfs_dir2.h" |
43 | #include "xfs_dmapi.h" | 41 | #include "xfs_dmapi.h" |
44 | #include "xfs_mount.h" | 42 | #include "xfs_mount.h" |
45 | #include "xfs_bmap_btree.h" | 43 | #include "xfs_bmap_btree.h" |
46 | #include "xfs_attr_sf.h" | ||
47 | #include "xfs_dir_sf.h" | 44 | #include "xfs_dir_sf.h" |
48 | #include "xfs_dir2_sf.h" | 45 | #include "xfs_dir2_sf.h" |
46 | #include "xfs_attr_sf.h" | ||
49 | #include "xfs_dinode.h" | 47 | #include "xfs_dinode.h" |
50 | #include "xfs_inode.h" | 48 | #include "xfs_inode.h" |
51 | #include "xfs_utils.h" | 49 | #include "xfs_utils.h" |