summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/readlink.cpp
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-07-31 00:37:27 -0700
committerGunnar Beutner <gunnar@beutner.name>2021-08-01 08:10:16 +0200
commited996fcced22854efb4b8185e9328827100ca39a (patch)
tree2cf8724526ebfa4352f3aa086ec15a52a8d73239 /Kernel/Syscalls/readlink.cpp
parentb0a4bcb688d0e03b5f4608b4b1d29ca08f0f6987 (diff)
downloadserenity-ed996fcced22854efb4b8185e9328827100ca39a.zip
Kernel: Remove unused header includes
Diffstat (limited to 'Kernel/Syscalls/readlink.cpp')
-rw-r--r--Kernel/Syscalls/readlink.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Syscalls/readlink.cpp b/Kernel/Syscalls/readlink.cpp
index 91047bff62..98cf8eaba0 100644
--- a/Kernel/Syscalls/readlink.cpp
+++ b/Kernel/Syscalls/readlink.cpp
@@ -5,7 +5,6 @@
*/
#include <AK/StringView.h>
-#include <Kernel/FileSystem/FileDescription.h>
#include <Kernel/FileSystem/VirtualFileSystem.h>
#include <Kernel/Process.h>