summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/VirtualFileSystem.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-03 13:18:42 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-03 13:18:42 +0200
commit58c4d41c5fd18549e4cd799d0094cedbd2c30ea3 (patch)
tree04481e9a33372b890f5c3681ef9be311f31ffc15 /Kernel/FileSystem/VirtualFileSystem.h
parenta095a90b51190386b93828153e2a533725cc2ab7 (diff)
downloadserenity-58c4d41c5fd18549e4cd799d0094cedbd2c30ea3.zip
Kernel: Remove Limits.h
Diffstat (limited to 'Kernel/FileSystem/VirtualFileSystem.h')
-rw-r--r--Kernel/FileSystem/VirtualFileSystem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/FileSystem/VirtualFileSystem.h b/Kernel/FileSystem/VirtualFileSystem.h
index 6baee90cd0..cbedd4c6b7 100644
--- a/Kernel/FileSystem/VirtualFileSystem.h
+++ b/Kernel/FileSystem/VirtualFileSystem.h
@@ -8,7 +8,6 @@
#include <AK/Function.h>
#include "InodeIdentifier.h"
#include "InodeMetadata.h"
-#include "Limits.h"
#include "FileSystem.h"
#include <Kernel/KResult.h>