1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 18:28:10 +00:00

Kernel: Reduce header dependencies of MemoryManager and Region

This commit is contained in:
Andreas Kling 2020-02-16 01:33:41 +01:00
parent a356e48150
commit 1d611e4a11
8 changed files with 9 additions and 7 deletions

View file

@ -64,6 +64,7 @@
#include <Kernel/TTY/MasterPTY.h>
#include <Kernel/Thread.h>
#include <Kernel/VM/InodeVMObject.h>
#include <Kernel/VM/PageDirectory.h>
#include <Kernel/VM/PurgeableVMObject.h>
#include <LibBareMetal/IO.h>
#include <LibBareMetal/Output/Console.h>