diff options
author | Anton Kling <anton@kling.gg> | 2024-02-21 19:41:51 +0100 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2024-02-21 19:41:51 +0100 |
commit | 6c9cb0bd8ceb039ce387c850e25adc6f99cfcd6f (patch) | |
tree | 41ceaa1c30b1f93adf4469064eb5e5f3bb18661c /kernel/poll.c | |
parent | 8ff63b062d724826d8017504063df9b92f8e6703 (diff) |
Kerenel: Cleanup halt checking code
Diffstat (limited to 'kernel/poll.c')
-rw-r--r-- | kernel/poll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/poll.c b/kernel/poll.c index 963bfcc..276b592 100644 --- a/kernel/poll.c +++ b/kernel/poll.c @@ -1,5 +1,4 @@ #include <fs/vfs.h> -#include <halts.h> #include <interrupts.h> #include <lib/list.h> #include <poll.h> |