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:
parent
71067cbc6c
commit
3f1ffc2b94
6 changed files with 2 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue