1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 19:38: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,7 +6,6 @@
#include <Kernel/FileSystem/TmpFS.h>
#include <Kernel/Process.h>
#include <Kernel/Thread.h>
#include <LibC/limits.h>
namespace Kernel {