1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:47:36 +00:00

Kernel: Move VirtualAddress.h into VM/

This commit is contained in:
Andreas Kling 2019-07-09 14:54:26 +02:00
parent 23a6c2086b
commit eca5c2bdf8
9 changed files with 5 additions and 8 deletions

View file

@ -7,7 +7,7 @@
#include <AK/ELF/ELFImage.h>
#ifdef KERNEL
#include <Kernel/VirtualAddress.h>
#include <Kernel/VM/VirtualAddress.h>
class Region;
#endif