Change include type policy
[lwext4.git] / include / ext4.h
index f74efb6935697957540679ae6a9c4c8b7c81e529..3e068778e8793f3ab35097a3c587b442208440a5 100644 (file)
@@ -45,13 +45,13 @@ extern "C" {
 #include <stdint.h>
 #include <stddef.h>
 
-#include "ext4_config.h"
-#include "ext4_types.h"
-#include "ext4_errno.h"
-#include "ext4_oflags.h"
-#include "ext4_debug.h"
+#include <ext4_config.h>
+#include <ext4_types.h>
+#include <ext4_errno.h>
+#include <ext4_oflags.h>
+#include <ext4_debug.h>
 
-#include "ext4_blockdev.h"
+#include <ext4_blockdev.h>
 
 /********************************OS LOCK INFERFACE***************************/