1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 22:27:42 +00:00

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>