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/bootstrap/tar.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/user/bootstrap/tar.c') diff --git a/src/user/bootstrap/tar.c b/src/user/bootstrap/tar.c index 2968995..2020fe0 100644 --- a/src/user/bootstrap/tar.c +++ b/src/user/bootstrap/tar.c @@ -2,12 +2,11 @@ #include #include #include -#include #include #include #include -#include -#include +#include +#include #define BUF_SIZE 64 -- cgit v1.2.3