move function call outside assert()
[lwext4.git] / src / ext4_block_group.c
index 2dc4f76bfe18b752c4deaa218003e0f85cab7300..d2bb1b173a1215c3c6796960afe4e73b3864ab95 100644 (file)
  * @brief Block group function set.
  */
 
-#include "ext4_config.h"
-#include "ext4_types.h"
-#include "ext4_misc.h"
-#include "ext4_errno.h"
-#include "ext4_debug.h"
+#include <ext4_config.h>
+#include <ext4_types.h>
+#include <ext4_misc.h>
+#include <ext4_errno.h>
+#include <ext4_debug.h>
 
-#include "ext4_block_group.h"
+#include <ext4_block_group.h>
 
 /**@brief CRC-16 look up table*/
 static uint16_t const crc16_tab[256] = {