mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +00:00
LibJS+LibWeb: Make CyclicModule.h not include AST.h
This led to some fallout as many things in LibJS and LibWeb were pulling in other things via CyclicModule.h
This commit is contained in:
parent
d16b808e71
commit
b81816a539
11 changed files with 11 additions and 1 deletions
|
@ -179,6 +179,7 @@ struct ImportEntry;
|
|||
class ImportStatement;
|
||||
class Interpreter;
|
||||
class Intrinsics;
|
||||
class MetaProperty;
|
||||
class Module;
|
||||
class NativeFunction;
|
||||
class ObjectEnvironment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue