1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:17:35 +00:00

Kernel: Remove unneeded kassert.h.

This commit is contained in:
Andreas Kling 2019-04-03 12:51:10 +02:00
parent 429bb091e7
commit ac46e45f6e
3 changed files with 14 additions and 16 deletions

View file

@ -1,7 +1,7 @@
#pragma once
#ifdef KERNEL
#include <Kernel/kassert.h>
#include <Kernel/Assertions.h>
#else
#include <LibC/assert.h>
#endif