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/main.c | 4 ++-- src/user/bootstrap/tar.c | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'src/user/bootstrap') diff --git a/src/user/bootstrap/main.c b/src/user/bootstrap/main.c index a0885dd..97b980b 100644 --- a/src/user/bootstrap/main.c +++ b/src/user/bootstrap/main.c @@ -1,9 +1,9 @@ #include #include -#include #include +#include #include -#include +#include #include "tar.h" 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