Kernel: Add header includes closer to their use

This commit is contained in:
James Mintram 2021-10-12 23:37:52 +01:00 committed by Linus Groh
commit 26d7c25076
Notes: sideshowbarker 2024-07-18 02:45:37 +09:00
6 changed files with 10 additions and 0 deletions

View file

@ -24,6 +24,10 @@
#include <Kernel/Arch/x86/SafeMem.h>
#include <Kernel/Arch/x86/ScopedCritical.h>
#include <Kernel/Arch/x86/TrapFrame.h>
#include <Kernel/Arch/x86/InterruptDisabler.h>
#include <Kernel/Memory/ScopedAddressSpaceSwitcher.h>
#include <Kernel/Memory/PageDirectory.h>
namespace Kernel {