summaryrefslogtreecommitdiff
path: root/kernel/fs/tmpfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/tmpfs.c')
-rw-r--r--kernel/fs/tmpfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/fs/tmpfs.c b/kernel/fs/tmpfs.c
index 1054a27..bdb0dfb 100644
--- a/kernel/fs/tmpfs.c
+++ b/kernel/fs/tmpfs.c
@@ -2,7 +2,6 @@
#include <errno.h>
#include <fs/fifo.h>
#include <fs/tmpfs.h>
-#include <halts.h>
#include <sched/scheduler.h>
#include <typedefs.h>