aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs/ext2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/fs/ext2.h')
-rw-r--r--src/kernel/fs/ext2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/fs/ext2.h b/src/kernel/fs/ext2.h
index e5c26fe..797985a 100644
--- a/src/kernel/fs/ext2.h
+++ b/src/kernel/fs/ext2.h
@@ -1,9 +1,9 @@
#ifndef MELVIX_EXT2_H
#define MELVIX_EXT2_H
-#include <stdint.h>
-#include <stddef.h>
#include <stdbool.h>
+#include <stddef.h>
+#include <stdint.h>
#define ROOT_INODE 2