From f6bc1ccf2462642383d1644321a101e62105c2a7 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 25 Dec 2022 21:47:23 +0100 Subject: user/lib: reorganize a few header files --- src/user/app/ext2fs/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/user/app/ext2fs') diff --git a/src/user/app/ext2fs/main.c b/src/user/app/ext2fs/main.c index 24d1ab0..4fda57c 100644 --- a/src/user/app/ext2fs/main.c +++ b/src/user/app/ext2fs/main.c @@ -1,6 +1,8 @@ #include "ext2/ex_cache.h" #include "ext2/ext2.h" #include +#include +#include #include #include #include @@ -8,8 +10,6 @@ #include #include #include -#include -#include struct handle { uint32_t n; -- cgit v1.2.3