1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 17:48:12 +00:00

Kernel/TmpFS: Remove some unnecessary includes

This commit is contained in:
Andreas Kling 2021-07-18 13:57:30 +02:00
parent 61e17ed590
commit 7791f7b9e6
2 changed files with 0 additions and 3 deletions

View file

@ -6,8 +6,6 @@
#pragma once
#include <AK/HashMap.h>
#include <AK/Optional.h>
#include <Kernel/FileSystem/FileSystem.h>
#include <Kernel/FileSystem/Inode.h>
#include <Kernel/KBuffer.h>