Tone logging down a bit.
[lwext4.git] / src / ext4_ialloc.c
index bbdcd4dfb7fffcbfe70229f257f7c5b60b80d622..f2c796fdc57e98a99f7689bdf8c3128d52c4e844 100644 (file)
  * @brief Inode allocation procedures.
  */
 
-#include "ext4_config.h"
-#include "ext4_types.h"
-#include "ext4_ialloc.h"
-#include "ext4_super.h"
-#include "ext4_crc32.h"
-#include "ext4_fs.h"
-#include "ext4_blockdev.h"
-#include "ext4_block_group.h"
-#include "ext4_bitmap.h"
+#include <ext4_config.h>
+#include <ext4_types.h>
+#include <ext4_misc.h>
+#include <ext4_errno.h>
+#include <ext4_debug.h>
+
+#include <ext4_trans.h>
+#include <ext4_ialloc.h>
+#include <ext4_super.h>
+#include <ext4_crc32.h>
+#include <ext4_fs.h>
+#include <ext4_blockdev.h>
+#include <ext4_block_group.h>
+#include <ext4_bitmap.h>
 
 /**@brief  Convert i-node number to relative index in block group.
  * @param sb    Superblock