mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
Kernel/FileSystem: Add a few missing includes
In preparation to future commits, we need to ensure that OpenFileDescription.h doesn't include the VirtualFileSystem.h file to avoid include loops.
This commit is contained in:
parent
2c16532159
commit
965afba320
Notes:
sideshowbarker
2024-07-17 05:12:53 +09:00
Author: https://github.com/supercomputer7
Commit: 965afba320
Pull-request: https://github.com/SerenityOS/serenity/pull/14932
Issue: https://github.com/SerenityOS/serenity/issues/11283
Reviewed-by: https://github.com/ADKaster ✅
8 changed files with 9 additions and 4 deletions
|
@ -10,10 +10,8 @@
|
|||
#include <Kernel/Debug.h>
|
||||
#include <Kernel/FileSystem/Custody.h>
|
||||
#include <Kernel/FileSystem/OpenFileDescription.h>
|
||||
#include <Kernel/Library/LockWeakPtr.h>
|
||||
#include <Kernel/Memory/AllocationStrategy.h>
|
||||
#include <Kernel/FileSystem/VirtualFileSystem.h>
|
||||
#include <Kernel/Memory/MemoryManager.h>
|
||||
#include <Kernel/Memory/PageDirectory.h>
|
||||
#include <Kernel/Memory/Region.h>
|
||||
#include <Kernel/Memory/SharedInodeVMObject.h>
|
||||
#include <Kernel/Panic.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue