mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
Kernel: Rename InodeVMObject => SharedInodeVMObject
This commit is contained in:
parent
46256da7b0
commit
07a26aece3
Notes:
sideshowbarker
2024-07-19 08:59:09 +09:00
Author: https://github.com/awesomekling
Commit: 07a26aece3
9 changed files with 63 additions and 63 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <Kernel/FileSystem/Inode.h>
|
||||
#include <Kernel/Multiboot.h>
|
||||
#include <Kernel/VM/AnonymousVMObject.h>
|
||||
#include <Kernel/VM/InodeVMObject.h>
|
||||
#include <Kernel/VM/SharedInodeVMObject.h>
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
#include <Kernel/VM/PageDirectory.h>
|
||||
#include <Kernel/VM/PhysicalRegion.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue