summaryrefslogtreecommitdiff
path: root/include/ext4_ialloc.h
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2017-04-05 20:12:52 +0200
committergkostka <kostka.grzegorz@gmail.com>2017-04-05 20:12:52 +0200
commit782631e9388c38ac509823df916ea494e271a931 (patch)
treec1c3e06c58a89f107e17a5e1a36ba8429b58b558 /include/ext4_ialloc.h
parent9ae6dcb7e063d495267e7a53ddecb4d8356645ba (diff)
Change include type policy
Since all headers are ins separate directory, includes could be done by using <> instead of "".
Diffstat (limited to 'include/ext4_ialloc.h')
-rw-r--r--include/ext4_ialloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ext4_ialloc.h b/include/ext4_ialloc.h
index cea3fe6..e845c79 100644
--- a/include/ext4_ialloc.h
+++ b/include/ext4_ialloc.h
@@ -46,8 +46,8 @@
extern "C" {
#endif
-#include "ext4_config.h"
-#include "ext4_types.h"
+#include <ext4_config.h>
+#include <ext4_types.h>
/**@brief Calculate and set checksum of inode bitmap.
* @param sb superblock pointer.