Refactor header files dependencies.
[lwext4.git] / src / ext4_extent.c
index f53733d10d9073f3cf4367b3ab8cc677e0127c90..870687718df60231644cd758ecc1e562f6174c69 100644 (file)
  */
 
 #include "ext4_config.h"
+#include "ext4_types.h"
+#include "ext4_misc.h"
+#include "ext4_errno.h"
+#include "ext4_debug.h"
+
 #include "ext4_blockdev.h"
+#include "ext4_trans.h"
 #include "ext4_fs.h"
 #include "ext4_super.h"
 #include "ext4_crc32.h"
 #include "ext4_balloc.h"
-#include "ext4_debug.h"
+#include "ext4_extent.h"
 
 #include <stdlib.h>
 #include <string.h>
 #include <inttypes.h>
 #include <stddef.h>
 
-#include "ext4_extent.h"
 
 /*
  * used by extent splitting.