diff options
author | dzwdz | 2022-12-25 21:47:23 +0100 |
---|---|---|
committer | dzwdz | 2022-12-25 21:47:23 +0100 |
commit | f6bc1ccf2462642383d1644321a101e62105c2a7 (patch) | |
tree | 98b78da8a9f155adaaffdb92235572c222c97371 /src/user/bootstrap/tar.c | |
parent | fb6f520e0b65c08d0c01eee75e5216540786ac6b (diff) |
user/lib: reorganize a few header files
Diffstat (limited to 'src/user/bootstrap/tar.c')
-rw-r--r-- | src/user/bootstrap/tar.c | 5 |
1 files changed, 2 insertions, 3 deletions
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 <camellia/flags.h> #include <camellia/fsutil.h> #include <camellia/syscalls.h> -#include <shared/mem.h> #include <stdint.h> #include <stdlib.h> #include <string.h> -#include <user/lib/compat.h> -#include <user/lib/fs/dir.h> +#include <camellia/compat.h> +#include <camellia/fs/dir.h> #define BUF_SIZE 64 |