xfs: decouple log and transaction headers
[deliverable/linux.git] / fs / xfs / xfs_dir2_readdir.c
index 6b1ffb37654a066157af4a295d4265af90a0a622..048d582525cf3a4e94e4ce2689b2d9c041f7289b 100644 (file)
  */
 #include "xfs.h"
 #include "xfs_fs.h"
-#include "xfs_types.h"
+#include "xfs_log_format.h"
+#include "xfs_trans_resv.h"
 #include "xfs_bit.h"
-#include "xfs_log.h"
-#include "xfs_trans.h"
 #include "xfs_sb.h"
 #include "xfs_ag.h"
 #include "xfs_mount.h"
@@ -35,6 +34,7 @@
 #include "xfs_error.h"
 #include "xfs_trace.h"
 #include "xfs_bmap.h"
+#include "xfs_trans.h"
 
 /*
  * Directory file type support functions
This page took 0.026603 seconds and 5 git commands to generate.