summaryrefslogtreecommitdiff
path: root/AK/Optional.h
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2021-02-01 22:48:35 +0100
committerAndreas Kling <kling@serenityos.org>2021-02-08 18:03:57 +0100
commitcc89606ba8e4d357c61051b8451dce03c96b250e (patch)
treeee1d2afa943944d161098e400db863b86588a93d /AK/Optional.h
parentfa2b5ca6f60a5744c7b7f5146e503d19a3429764 (diff)
downloadserenity-cc89606ba8e4d357c61051b8451dce03c96b250e.zip
Everywhere: Remove unnecessary headers 3/4
Arbitrarily split up to make git bisect easier. These unnecessary #include's were found by combining an automated tool (which determined likely candidates) and some brain power (which decided whether the #include is also semantically superfluous).
Diffstat (limited to 'AK/Optional.h')
-rw-r--r--AK/Optional.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/AK/Optional.h b/AK/Optional.h
index 271f49f0cf..e36f5a0a7e 100644
--- a/AK/Optional.h
+++ b/AK/Optional.h
@@ -27,7 +27,6 @@
#pragma once
#include <AK/Assertions.h>
-#include <AK/Platform.h>
#include <AK/StdLibExtras.h>
#include <AK/Types.h>
#include <AK/kmalloc.h>