1
Fork 0
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:
Andreas Kling 2020-02-16 02:15:33 +01:00
parent 16818322c5
commit 635ae70b8f
6 changed files with 7 additions and 10 deletions

View file

@ -30,9 +30,6 @@
#include <AK/InlineLinkedList.h>
#include <AK/NonnullOwnPtrVector.h>
#include <AK/String.h>
#include <AK/Types.h>
#include <AK/Vector.h>
#include <AK/WeakPtr.h>
#include <AK/Weakable.h>
#include <Kernel/FileSystem/InodeMetadata.h>
#include <Kernel/Forward.h>