1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00

Kernel: Move {Virtual,Physical}Address classes to the Memory directory

This commit is contained in:
Liav A 2023-02-24 19:54:30 +02:00 committed by Jelle Raaijmakers
parent 64af4953c2
commit aaa1de7878
Notes: sideshowbarker 2024-07-17 02:37:08 +09:00
54 changed files with 61 additions and 59 deletions

View file

@ -12,7 +12,7 @@
#include <AK/Concepts.h>
#include <AK/DeprecatedString.h>
#include <AK/RefCounted.h>
#include <Kernel/VirtualAddress.h>
#include <Kernel/Memory/VirtualAddress.h>
#include <LibC/elf.h>
#include <LibC/link.h>