summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/FileSystem.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/FileSystem.h
parenta095a90b51190386b93828153e2a533725cc2ab7 (diff)
downloadserenity-58c4d41c5fd18549e4cd799d0094cedbd2c30ea3.zip
Kernel: Remove Limits.h
Diffstat (limited to 'Kernel/FileSystem/FileSystem.h')
-rw-r--r--Kernel/FileSystem/FileSystem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/FileSystem/FileSystem.h b/Kernel/FileSystem/FileSystem.h
index 7a33c17d2c..833f09d440 100644
--- a/Kernel/FileSystem/FileSystem.h
+++ b/Kernel/FileSystem/FileSystem.h
@@ -3,7 +3,6 @@
#include <Kernel/Devices/DiskDevice.h>
#include "InodeIdentifier.h"
#include "InodeMetadata.h"
-#include "Limits.h"
#include "UnixTypes.h"
#include <AK/ByteBuffer.h>
#include <AK/HashMap.h>