WebContent: Remove unused JS Lexer/Parser includes

This commit is contained in:
Linus Groh
2022-02-21 13:44:25 +00:00
parent e41dfa6599
commit f2ca64cecd

View File

@@ -9,8 +9,6 @@
#include "WebContentConsoleClient.h"
#include <LibJS/Interpreter.h>
#include <LibJS/MarkupGenerator.h>
#include <LibJS/Parser.h>
#include <LibJS/Script.h>
#include <LibWeb/Bindings/WindowObject.h>
#include <LibWeb/HTML/Scripting/ClassicScript.h>
#include <LibWeb/HTML/Scripting/Environments.h>