diff options
Diffstat (limited to 'fs/xfs/xfs_trans_extfree.c')
-rw-r--r-- | fs/xfs/xfs_trans_extfree.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/xfs/xfs_trans_extfree.c b/fs/xfs/xfs_trans_extfree.c index 93259a15f983..1f6b17777f2d 100644 --- a/fs/xfs/xfs_trans_extfree.c +++ b/fs/xfs/xfs_trans_extfree.c | |||
@@ -29,12 +29,11 @@ | |||
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 | #include "xfs_macros.h" | 33 | #include "xfs_fs.h" |
35 | #include "xfs_types.h" | 34 | #include "xfs_types.h" |
36 | #include "xfs_inum.h" | ||
37 | #include "xfs_log.h" | 35 | #include "xfs_log.h" |
36 | #include "xfs_inum.h" | ||
38 | #include "xfs_trans.h" | 37 | #include "xfs_trans.h" |
39 | #include "xfs_sb.h" | 38 | #include "xfs_sb.h" |
40 | #include "xfs_dir.h" | 39 | #include "xfs_dir.h" |