Change include type policy
[lwext4.git] / src / ext4_bcache.c
index 8b9682531e0074ce109d33aa89508c5c19fd00d3..9d3c7fbd3364dc3a55512c76374043ba10284ad0 100644 (file)
  * @brief Block cache allocator.
  */
 
-#include "ext4_config.h"
-#include "ext4_types.h"
-#include "ext4_bcache.h"
-#include "ext4_blockdev.h"
-#include "ext4_debug.h"
-#include "ext4_errno.h"
+#include <ext4_config.h>
+#include <ext4_types.h>
+#include <ext4_bcache.h>
+#include <ext4_blockdev.h>
+#include <ext4_debug.h>
+#include <ext4_errno.h>
 
 #include <string.h>
 #include <stdlib.h>