mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
Kernel: Remove unused CPU.h includes
In most cases we did not need it at all, in other, we only needed one header from it
This commit is contained in:
committed by
Andreas Kling
parent
553ea3036d
commit
925be2758e
@@ -8,7 +8,6 @@
|
||||
#include <AK/MemMem.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Arch/x86/CPU.h>
|
||||
#include <Kernel/Arch/x86/SmapDisabler.h>
|
||||
#include <Kernel/Heap/kmalloc.h>
|
||||
#include <Kernel/StdLib.h>
|
||||
|
||||
Reference in New Issue
Block a user