summaryrefslogtreecommitdiff
path: root/include/ext4.h
diff options
context:
space:
mode:
authorngkaho1234 <ngkaho1234@gmail.com>2016-01-31 22:31:05 +0800
committerngkaho1234 <ngkaho1234@gmail.com>2016-01-31 15:57:43 +0000
commit252c506239ab570c0f671513a3b17d3a44f86b5c (patch)
tree205681753f461e59880c2447588efd710b182746 /include/ext4.h
parent3e42ad4c558d5f3e12cdf22f4d6610836c7df129 (diff)
Refactor header files dependencies.
Diffstat (limited to 'include/ext4.h')
-rw-r--r--include/ext4.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ext4.h b/include/ext4.h
index bf6e101..78e8647 100644
--- a/include/ext4.h
+++ b/include/ext4.h
@@ -46,9 +46,11 @@ extern "C" {
#include <stddef.h>
#include "ext4_config.h"
+#include "ext4_types.h"
#include "ext4_errno.h"
#include "ext4_oflags.h"
-#include "ext4_types.h"
+#include "ext4_debug.h"
+
#include "ext4_blockdev.h"
/********************************OS LOCK INFERFACE***************************/