1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 12:45:07 +00:00

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
parent 1adf57530c
commit 26d7c25076
6 changed files with 10 additions and 0 deletions

View file

@ -8,6 +8,7 @@
#include <AK/Singleton.h>
#include <AK/StringBuilder.h>
#include <AK/Time.h>
#include <Kernel/Arch/x86/InterruptDisabler.h>
#include <Kernel/Arch/x86/SmapDisabler.h>
#include <Kernel/Arch/x86/TrapFrame.h>
#include <Kernel/Debug.h>