forked from Bananymous/banan-os
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:
parent
6cbad718fb
commit
117d1de038
|
@ -1,7 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <kernel/Debug.h>
|
#include <kernel/Debug.h>
|
||||||
#include <kernel/kprint.h>
|
|
||||||
|
|
||||||
#define panic(...) detail::panic_impl(__FILE__, __LINE__, __VA_ARGS__)
|
#define panic(...) detail::panic_impl(__FILE__, __LINE__, __VA_ARGS__)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue