LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h

This led to considerable fallout and many files had to be patched with
now-missing include statements.
This commit is contained in:
Andreas Kling 2022-11-23 13:41:50 +01:00 committed by Linus Groh
commit 71067cbc6c
Notes: sideshowbarker 2024-07-17 06:35:16 +09:00
33 changed files with 33 additions and 1 deletions

View file

@ -7,6 +7,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibJS/AST.h>
#include <LibJS/Heap/DeferGC.h>
#include <LibJS/Module.h>
#include <LibJS/Runtime/Array.h>