diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2022-02-15 20:59:25 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-02-16 22:21:37 +0100 |
commit | 316fa0c3f368ead4c1f7f671d7266818439aa484 (patch) | |
tree | d37b7b336064d55a9bfd5f9cecb54db87268d3fe /Kernel/FileSystem/InodeWatcher.h | |
parent | 0218c62be4320c61e006c2b7c68deb1489171764 (diff) | |
download | serenity-316fa0c3f368ead4c1f7f671d7266818439aa484.zip |
AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode
This let's us avoid the infallible String allocations.
Diffstat (limited to 'Kernel/FileSystem/InodeWatcher.h')
-rw-r--r-- | Kernel/FileSystem/InodeWatcher.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/FileSystem/InodeWatcher.h b/Kernel/FileSystem/InodeWatcher.h index 39d80652ab..a003d58b90 100644 --- a/Kernel/FileSystem/InodeWatcher.h +++ b/Kernel/FileSystem/InodeWatcher.h @@ -12,7 +12,6 @@ #include <AK/CircularQueue.h> #include <AK/HashMap.h> #include <AK/NonnullOwnPtr.h> -#include <AK/String.h> #include <Kernel/API/InodeWatcherEvent.h> #include <Kernel/FileSystem/File.h> #include <Kernel/Forward.h> |