From 18667c48b0cf6497b50c00f00f474d79a68f59ce Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 26 Jul 2022 18:16:10 +0200 Subject: shared: move some headers from shared/ to camellia/ --- src/user/bootstrap/main.c | 4 ++-- src/user/bootstrap/tar.c | 4 ++-- src/user/bootstrap/tar.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/user/bootstrap') diff --git a/src/user/bootstrap/main.c b/src/user/bootstrap/main.c index 5f36aa1..fecd38f 100644 --- a/src/user/bootstrap/main.c +++ b/src/user/bootstrap/main.c @@ -1,6 +1,6 @@ -#include +#include +#include #include -#include #include #include diff --git a/src/user/bootstrap/tar.c b/src/user/bootstrap/tar.c index 40da437..a392f4c 100644 --- a/src/user/bootstrap/tar.c +++ b/src/user/bootstrap/tar.c @@ -1,6 +1,6 @@ -#include +#include +#include #include -#include #include #include "tar.h" diff --git a/src/user/bootstrap/tar.h b/src/user/bootstrap/tar.h index 43aa9ed..fe4d6c5 100644 --- a/src/user/bootstrap/tar.h +++ b/src/user/bootstrap/tar.h @@ -1,5 +1,5 @@ #pragma once -#include +#include _Noreturn void tar_driver(void *base); void *tar_find(const char *path, size_t path_len, void *base, size_t base_len); -- cgit v1.2.3