summaryrefslogtreecommitdiff
path: root/src/user/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/bootstrap')
-rw-r--r--src/user/bootstrap/main.c4
-rw-r--r--src/user/bootstrap/tar.c5
2 files changed, 4 insertions, 5 deletions
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 <camellia/flags.h>
#include <camellia/syscalls.h>
-#include <shared/mem.h>
#include <stdio.h>
+#include <string.h>
#include <user/lib/elfload.h>
-#include <user/lib/fs/misc.h>
+#include <camellia/fs/misc.h>
#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 <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