diff options
Diffstat (limited to 'fs/xfs/xfs_export.c')
-rw-r--r-- | fs/xfs/xfs_export.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_export.c b/fs/xfs/xfs_export.c index 5a6bd5d8779a..5eb4a14e0a0f 100644 --- a/fs/xfs/xfs_export.c +++ b/fs/xfs/xfs_export.c | |||
@@ -19,10 +19,9 @@ | |||
19 | #include "xfs_format.h" | 19 | #include "xfs_format.h" |
20 | #include "xfs_log_format.h" | 20 | #include "xfs_log_format.h" |
21 | #include "xfs_trans_resv.h" | 21 | #include "xfs_trans_resv.h" |
22 | #include "xfs_sb.h" | ||
23 | #include "xfs_ag.h" | ||
24 | #include "xfs_mount.h" | 22 | #include "xfs_mount.h" |
25 | #include "xfs_da_format.h" | 23 | #include "xfs_da_format.h" |
24 | #include "xfs_da_btree.h" | ||
26 | #include "xfs_dir2.h" | 25 | #include "xfs_dir2.h" |
27 | #include "xfs_export.h" | 26 | #include "xfs_export.h" |
28 | #include "xfs_inode.h" | 27 | #include "xfs_inode.h" |