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
commit 925be2758e
Notes: sideshowbarker 2024-07-18 11:36:29 +09:00
9 changed files with 1 additions and 10 deletions

View file

@ -9,7 +9,7 @@
#include <AK/HashTable.h>
#include <AK/String.h>
#include <AK/Types.h>
#include <Kernel/Arch/x86/CPU.h>
#include <Kernel/Arch/x86/RegisterState.h>
namespace Kernel {