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

Kernel: Use Forward.h headers more

This commit is contained in:
Andreas Kling 2021-07-11 11:49:16 +02:00
parent 47bfd366a8
commit 98080497d2
18 changed files with 52 additions and 88 deletions

View file

@ -11,6 +11,7 @@
#include <AK/NonnullRefPtrVector.h>
#include <AK/String.h>
#include <Kernel/Arch/x86/PageFault.h>
#include <Kernel/Arch/x86/TrapFrame.h>
#include <Kernel/Forward.h>
#include <Kernel/SpinLock.h>
#include <Kernel/VM/AllocationStrategy.h>