1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +00:00

LibJS: Make Interpreter.h not include AST.h

This commit is contained in:
Andreas Kling 2022-11-23 12:05:07 +01:00 committed by Linus Groh
parent ac417f3304
commit 1a30e77001
2 changed files with 1 additions and 1 deletions

View file

@ -164,6 +164,7 @@ class Error;
class ErrorType;
struct ExecutionContext;
class Expression;
class ForStatement;
class FunctionEnvironment;
class FunctionNode;
class GlobalEnvironment;