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:
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <kernel/Debug.h>
|
||||
#include <kernel/kprint.h>
|
||||
|
||||
#define panic(...) detail::panic_impl(__FILE__, __LINE__, __VA_ARGS__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user