diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-02-01 22:48:35 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-08 18:03:57 +0100 |
commit | fa2b5ca6f60a5744c7b7f5146e503d19a3429764 (patch) | |
tree | 99857818c0e4655496d22328df8c1a397eec898a /AK/JsonObject.h | |
parent | c9bb887c5577ebc4016150b08453e3f7cd8b6758 (diff) | |
download | serenity-fa2b5ca6f60a5744c7b7f5146e503d19a3429764.zip |
Everywhere: Remove unnecessary headers 2/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/JsonObject.h')
-rw-r--r-- | AK/JsonObject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/AK/JsonObject.h b/AK/JsonObject.h index 4e89e85d52..e3a1c6983c 100644 --- a/AK/JsonObject.h +++ b/AK/JsonObject.h @@ -31,7 +31,6 @@ #include <AK/JsonObjectSerializer.h> #include <AK/JsonValue.h> #include <AK/String.h> -#include <AK/StringImpl.h> namespace AK { |