From 7c0540a22900a8366741205dead7f76ae4cfabcc Mon Sep 17 00:00:00 2001 From: Liav A Date: Fri, 24 Feb 2023 20:10:59 +0200 Subject: Everywhere: Move global Kernel pattern code to Kernel/Library directory This has KString, KBuffer, DoubleBuffer, KBufferBuilder, IOWindow, UserOrKernelBuffer and ScopedCritical classes being moved to the Kernel/Library subdirectory. Also, move the panic and assertions handling code to that directory. --- Userland/Libraries/LibEDID/EDID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Libraries/LibEDID/EDID.h') diff --git a/Userland/Libraries/LibEDID/EDID.h b/Userland/Libraries/LibEDID/EDID.h index e09802eaf4..f5479253cd 100644 --- a/Userland/Libraries/LibEDID/EDID.h +++ b/Userland/Libraries/LibEDID/EDID.h @@ -20,7 +20,7 @@ #include #ifdef KERNEL -# include +# include #else # include #endif -- cgit v1.2.3