summaryrefslogtreecommitdiff
path: root/kernel/fs/tmpfs.c
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-02-21 19:41:51 +0100
committerAnton Kling <anton@kling.gg>2024-02-21 19:41:51 +0100
commit6c9cb0bd8ceb039ce387c850e25adc6f99cfcd6f (patch)
tree41ceaa1c30b1f93adf4469064eb5e5f3bb18661c /kernel/fs/tmpfs.c
parent8ff63b062d724826d8017504063df9b92f8e6703 (diff)
Kerenel: Cleanup halt checking code
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>