mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Kernel: Add header includes closer to their use
This commit is contained in:
parent
1adf57530c
commit
26d7c25076
Notes:
sideshowbarker
2024-07-18 02:45:37 +09:00
Author: https://github.com/jamesmintram
Commit: 26d7c25076
Pull-request: https://github.com/SerenityOS/serenity/pull/10453
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg ✅
6 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue