1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:47:44 +00:00

LibJS: Make DeclarativeEnvironment not include AST.h

This commit is contained in:
Andreas Kling 2022-11-23 11:46:55 +01:00 committed by Linus Groh
parent 9ff02ad42c
commit 874ce8b4d0

View file

@ -8,7 +8,6 @@
#include <AK/FlyString.h>
#include <AK/HashMap.h>
#include <LibJS/AST.h>
#include <LibJS/Runtime/Completion.h>
#include <LibJS/Runtime/Environment.h>
#include <LibJS/Runtime/Value.h>