1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00

LibJS: Remove unnecessary AST.h include in a handful of cpp files

This commit is contained in:
Andreas Kling 2022-11-23 13:45:57 +01:00 committed by Linus Groh
parent 71067cbc6c
commit 3f1ffc2b94
6 changed files with 2 additions and 6 deletions

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibJS/AST.h>
#include <AK/TypeCasts.h>
#include <LibJS/Runtime/GlobalEnvironment.h>
#include <LibJS/Runtime/ModuleEnvironment.h>
#include <LibJS/Runtime/VM.h>