Change include type policy
[lwext4.git] / src / ext4_crc32.c
index d15ab7916be95098a3e7abc403802ff1f06dc7ba..17ae0d005540fdb44848e8d009810466b2dcfd87 100644 (file)
  * @brief Crc32c routine. Taken from FreeBSD kernel.
  */
 
-#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_crc32.h"