Kernel: panic does not need to include <kernel/kprint.h>

This allows us to not have kprint available literally everywhere
This commit is contained in:
Bananymous 2023-02-02 15:51:15 +02:00
parent 6cbad718fb
commit 117d1de038
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#pragma once
#include <kernel/Debug.h>
#include <kernel/kprint.h>
#define panic(...) detail::panic_impl(__FILE__, __LINE__, __VA_ARGS__)