summaryrefslogtreecommitdiff
path: root/src/user/app/tmpfs
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/tmpfs')
-rw-r--r--src/user/app/tmpfs/tmpfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/user/app/tmpfs/tmpfs.c b/src/user/app/tmpfs/tmpfs.c
index 7614d92..3b4d7d5 100644
--- a/src/user/app/tmpfs/tmpfs.c
+++ b/src/user/app/tmpfs/tmpfs.c
@@ -1,14 +1,14 @@
+#include <camellia/compat.h>
#include <camellia/flags.h>
+#include <camellia/fs/dir.h>
#include <camellia/fsutil.h>
#include <camellia/syscalls.h>
#include <errno.h>
-#include <shared/mem.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
-#include <user/lib/compat.h>
-#include <user/lib/fs/dir.h>
struct node {
const char *name;