mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
Kernel: Reduce header dependencies of MemoryManager and Region
This commit is contained in:
parent
a356e48150
commit
1d611e4a11
8 changed files with 9 additions and 7 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/SinglyLinkedList.h>
|
||||
#include <AK/Types.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <Kernel/VM/Region.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue