mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Kernel: More header dependency reduction work
This commit is contained in:
parent
16818322c5
commit
635ae70b8f
6 changed files with 7 additions and 10 deletions
|
@ -26,17 +26,14 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Badge.h>
|
||||
#include <AK/InlineLinkedList.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/RefPtr.h>
|
||||
#include <AK/String.h>
|
||||
#include <Kernel/Forward.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class Inode;
|
||||
class VFS;
|
||||
|
||||
// FIXME: Custody needs some locking.
|
||||
|
||||
class Custody : public RefCounted<Custody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue