mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
Kernel: Use Forward.h headers more
This commit is contained in:
parent
47bfd366a8
commit
98080497d2
18 changed files with 52 additions and 88 deletions
|
@ -12,13 +12,11 @@
|
|||
#include <AK/RefPtr.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <AK/Weakable.h>
|
||||
#include <Kernel/Forward.h>
|
||||
#include <Kernel/Lock.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class Inode;
|
||||
class PhysicalPage;
|
||||
|
||||
class VMObjectDeletedHandler {
|
||||
public:
|
||||
virtual ~VMObjectDeletedHandler() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue