Everywhere: Remove all KERNEL #defines

This commit is contained in:
Tim Ledbetter
2024-06-17 23:12:53 +01:00
committed by Andreas Kling
parent de99dd2c89
commit 5ca2f4dfd7
73 changed files with 116 additions and 808 deletions

View File

@@ -7,7 +7,7 @@
#include <AK/kmalloc.h>
#if defined(AK_OS_SERENITY) && !defined(KERNEL)
#if defined(AK_OS_SERENITY)
# include <AK/Assertions.h>