summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/open.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Syscalls/open.cpp')
-rw-r--r--Kernel/Syscalls/open.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Syscalls/open.cpp b/Kernel/Syscalls/open.cpp
index 43b961a82a..209396ca97 100644
--- a/Kernel/Syscalls/open.cpp
+++ b/Kernel/Syscalls/open.cpp
@@ -6,7 +6,6 @@
#include <Kernel/Debug.h>
#include <Kernel/FileSystem/Custody.h>
-#include <Kernel/FileSystem/FileDescription.h>
#include <Kernel/FileSystem/VirtualFileSystem.h>
#include <Kernel/Process.h>