1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00

Kernel: Move ProcessPagingScope to its own files

This commit is contained in:
Andreas Kling 2020-03-01 15:38:09 +01:00
parent 2839bb0be1
commit 5e0c4d689f
6 changed files with 91 additions and 23 deletions

View file

@ -35,6 +35,7 @@
#include <Kernel/Thread.h>
#include <Kernel/VM/MemoryManager.h>
#include <Kernel/VM/PageDirectory.h>
#include <Kernel/VM/ProcessPagingScope.h>
#include <LibC/signal_numbers.h>
#include <LibELF/ELFLoader.h>