mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
Kernel: Remove unneeded kassert.h.
This commit is contained in:
parent
429bb091e7
commit
ac46e45f6e
3 changed files with 14 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef KERNEL
|
||||
#include <Kernel/kassert.h>
|
||||
#include <Kernel/Assertions.h>
|
||||
#else
|
||||
#include <LibC/assert.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue