summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/chmod.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/chmod.cpp
parentb0a4bcb688d0e03b5f4608b4b1d29ca08f0f6987 (diff)
downloadserenity-ed996fcced22854efb4b8185e9328827100ca39a.zip
Kernel: Remove unused header includes
Diffstat (limited to 'Kernel/Syscalls/chmod.cpp')
-rw-r--r--Kernel/Syscalls/chmod.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Syscalls/chmod.cpp b/Kernel/Syscalls/chmod.cpp
index caf55a939a..21502d6ce5 100644
--- a/Kernel/Syscalls/chmod.cpp
+++ b/Kernel/Syscalls/chmod.cpp
@@ -5,7 +5,6 @@
*/
#include <AK/StringView.h>
-#include <Kernel/FileSystem/FileDescription.h>
#include <Kernel/FileSystem/VirtualFileSystem.h>
#include <Kernel/Process.h>