mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
Kernel: Move VirtualAddress.h into VM/
This commit is contained in:
parent
23a6c2086b
commit
eca5c2bdf8
Notes:
sideshowbarker
2024-07-19 13:21:30 +09:00
Author: https://github.com/awesomekling
Commit: eca5c2bdf8
9 changed files with 5 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#include <AK/Types.h>
|
||||
#include <Kernel/KResult.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
#include <Kernel/VirtualAddress.h>
|
||||
#include <Kernel/VM/VirtualAddress.h>
|
||||
|
||||
class FileDescription;
|
||||
class Process;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue