1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 20:17:44 +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:
Hendiadyoin1 2021-06-22 17:18:10 +02:00 committed by Andreas Kling
parent 553ea3036d
commit 925be2758e
9 changed files with 1 additions and 10 deletions

View file

@ -10,7 +10,6 @@
#include <AK/NonnullOwnPtr.h>
#include <AK/RefPtr.h>
#include <AK/Types.h>
#include <Kernel/Arch/x86/CPU.h>
#include <Kernel/Interrupts/GenericInterruptHandler.h>
#include <Kernel/Interrupts/IRQController.h>