1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:57:45 +00:00

Kernel: Add an x86 include check+error in x86/CPU.h

This commit is contained in:
James Mintram 2021-12-01 17:11:10 +00:00 committed by Brian Gianforcaro
parent 3e3c632969
commit 8350b44ebd
2 changed files with 3 additions and 1 deletions

View file

@ -12,7 +12,6 @@
#include <AK/RefPtr.h>
#include <AK/String.h>
#include <AK/Types.h>
#include <Kernel/Arch/x86/CPU.h>
#include <Kernel/FileSystem/File.h>
#include <Kernel/FileSystem/FileSystem.h>
#include <Kernel/FileSystem/OpenFileDescription.h>