mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
Kernel: Replace includes with a forward declaration
This commit is contained in:
parent
baa7925c0c
commit
580006d784
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