mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19: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:
parent
553ea3036d
commit
925be2758e
9 changed files with 1 additions and 10 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue