mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 11:05:09 +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
|
@ -33,6 +33,8 @@
|
|||
#include <Kernel/VM/AnonymousVMObject.h>
|
||||
#include <Kernel/VM/InodeVMObject.h>
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
#include <Kernel/VM/PageDirectory.h>
|
||||
#include <Kernel/VM/PhysicalRegion.h>
|
||||
#include <Kernel/VM/PurgeableVMObject.h>
|
||||
#include <LibBareMetal/StdLib.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue