summaryrefslogtreecommitdiff
path: root/AK/JsonParser.cpp
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
commitc6a42ab5c3f701700b62617b60c1596b5f214128 (patch)
tree0534fb8dc720357e243faaadc187370a4624a5f8 /AK/JsonParser.cpp
parentcc89606ba8e4d357c61051b8451dce03c96b250e (diff)
downloadserenity-c6a42ab5c3f701700b62617b60c1596b5f214128.zip
Everywhere: Remove unnecessary headers 4/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/JsonParser.cpp')
-rw-r--r--AK/JsonParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/AK/JsonParser.cpp b/AK/JsonParser.cpp
index e7939a19ca..e645c4c91f 100644
--- a/AK/JsonParser.cpp
+++ b/AK/JsonParser.cpp
@@ -27,7 +27,6 @@
#include <AK/JsonArray.h>
#include <AK/JsonObject.h>
#include <AK/JsonParser.h>
-#include <AK/Memory.h>
#include <ctype.h>
namespace AK {