summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/JSONObject.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-09-27 20:18:30 +0200
committerAndreas Kling <kling@serenityos.org>2020-09-27 20:26:58 +0200
commit2bc5bc64fbbf77eeb6b0bb4c90026cca91441f5d (patch)
treed73ffe547870e665aacba477ea164d0a2d068c49 /Libraries/LibJS/Runtime/JSONObject.cpp
parent861815596fdaef0fb109c919d1d0844593fbf73a (diff)
downloadserenity-2bc5bc64fbbf77eeb6b0bb4c90026cca91441f5d.zip
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
Diffstat (limited to 'Libraries/LibJS/Runtime/JSONObject.cpp')
-rw-r--r--Libraries/LibJS/Runtime/JSONObject.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Libraries/LibJS/Runtime/JSONObject.cpp b/Libraries/LibJS/Runtime/JSONObject.cpp
index de4568d054..1f87999fa9 100644
--- a/Libraries/LibJS/Runtime/JSONObject.cpp
+++ b/Libraries/LibJS/Runtime/JSONObject.cpp
@@ -28,7 +28,6 @@
#include <AK/JsonObject.h>
#include <AK/JsonParser.h>
#include <AK/StringBuilder.h>
-#include <LibJS/Interpreter.h>
#include <LibJS/Runtime/Array.h>
#include <LibJS/Runtime/Error.h>
#include <LibJS/Runtime/GlobalObject.h>