mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
LibJS: Make Interpreter.h not include AST.h
This commit is contained in:
parent
ac417f3304
commit
1a30e77001
Notes:
sideshowbarker
2024-07-17 06:40:35 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/1a30e77001 Pull-request: https://github.com/SerenityOS/serenity/pull/16153 Reviewed-by: https://github.com/linusg
2 changed files with 1 additions and 1 deletions
|
@ -164,6 +164,7 @@ class Error;
|
|||
class ErrorType;
|
||||
struct ExecutionContext;
|
||||
class Expression;
|
||||
class ForStatement;
|
||||
class FunctionEnvironment;
|
||||
class FunctionNode;
|
||||
class GlobalEnvironment;
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include <AK/HashMap.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/Weakable.h>
|
||||
#include <LibJS/AST.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Heap/DeferGC.h>
|
||||
#include <LibJS/Heap/Heap.h>
|
||||
|
|
Loading…
Reference in a new issue