summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-11-23 14:19:12 +0100
committerLinus Groh <mail@linusgroh.de>2022-11-23 16:05:59 +0000
commit15c324a70bf95776cc3c5cf3e13542853eee6540 (patch)
treefaa986f6a4b269557dd4a31df56a944826c4f411 /Userland/Services/WebContent
parent3503c658fbc2b4e8f527f790c5a1b8b6b34e42b4 (diff)
downloadserenity-15c324a70bf95776cc3c5cf3e13542853eee6540.zip
Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes
Diffstat (limited to 'Userland/Services/WebContent')
-rw-r--r--Userland/Services/WebContent/ConnectionFromClient.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Services/WebContent/ConnectionFromClient.cpp b/Userland/Services/WebContent/ConnectionFromClient.cpp
index 420c432f5b..7a939dbaf3 100644
--- a/Userland/Services/WebContent/ConnectionFromClient.cpp
+++ b/Userland/Services/WebContent/ConnectionFromClient.cpp
@@ -16,7 +16,6 @@
#include <LibGfx/SystemTheme.h>
#include <LibJS/Console.h>
#include <LibJS/Heap/Heap.h>
-#include <LibJS/Parser.h>
#include <LibJS/Runtime/ConsoleObject.h>
#include <LibWeb/Bindings/MainThreadVM.h>
#include <LibWeb/DOM/Document.h>