mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Kernel: Remove two unused includes from Prekernel/UBSanitizer.cpp
This commit is contained in:
parent
7fefb8148b
commit
d0b0c45690
Notes:
sideshowbarker
2024-07-18 04:30:20 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/d0b0c45690c Pull-request: https://github.com/SerenityOS/serenity/pull/9869 Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
|||
*/
|
||||
|
||||
#include <AK/UBSanitizer.h>
|
||||
#include <Kernel/Arch/x86/Processor.h>
|
||||
#include <Kernel/KSyms.h>
|
||||
|
||||
using namespace AK::UBSanitizer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue