diff options
author | Andreas Kling <kling@serenityos.org> | 2022-11-23 14:19:12 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-11-23 16:05:59 +0000 |
commit | 15c324a70bf95776cc3c5cf3e13542853eee6540 (patch) | |
tree | faa986f6a4b269557dd4a31df56a944826c4f411 /Userland/Services/WebContent | |
parent | 3503c658fbc2b4e8f527f790c5a1b8b6b34e42b4 (diff) | |
download | serenity-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.cpp | 1 |
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> |