mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
Kernel: Replace includes with a forward declaration
This commit is contained in:
parent
baa7925c0c
commit
580006d784
Notes:
sideshowbarker
2024-07-18 02:45:30 +09:00
Author: https://github.com/jamesmintram
Commit: 580006d784
Pull-request: https://github.com/SerenityOS/serenity/pull/10453
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg ✅
1 changed files with 2 additions and 4 deletions
|
@ -8,12 +8,10 @@
|
|||
|
||||
#include <AK/Types.h>
|
||||
|
||||
#include <Kernel/Arch/x86/InterruptDisabler.h>
|
||||
#include <Kernel/Arch/x86/Processor.h>
|
||||
#include <Kernel/Arch/x86/RegisterState.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
struct RegisterState;
|
||||
|
||||
struct TrapFrame {
|
||||
FlatPtr prev_irq_level;
|
||||
TrapFrame* next_trap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue