1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00

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

This commit is contained in:
James Mintram 2021-12-01 17:15:46 +00:00 committed by Brian Gianforcaro
parent 80cdfee10a
commit b08eb37b11
3 changed files with 4 additions and 1 deletions

View file

@ -11,7 +11,6 @@
#include <AK/NonnullOwnPtrVector.h>
#include <AK/NonnullRefPtrVector.h>
#include <AK/String.h>
#include <Kernel/Arch/x86/TrapFrame.h>
#include <Kernel/Forward.h>
#include <Kernel/Locking/Spinlock.h>
#include <Kernel/Memory/AllocationStrategy.h>