1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:57:44 +00:00

LibWeb: Avoid including LibJS/Parser.h in a handful of cpp files

This commit is contained in:
Andreas Kling 2022-11-23 13:51:42 +01:00 committed by Linus Groh
parent 6dbca785d1
commit 38c7fdaac1
3 changed files with 1 additions and 4 deletions

View file

@ -4,8 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibJS/Interpreter.h>
#include <LibJS/Parser.h>
#include <LibJS/Runtime/ArrayBuffer.h>
#include <LibJS/Runtime/FunctionObject.h>
#include <LibWeb/DOM/Document.h>