LibJS: Make ECMAScriptFunctionObject.h not include AST.h

This commit is contained in:
Andreas Kling 2022-11-23 13:14:15 +01:00 committed by Linus Groh
parent 835d7aac96
commit d16b808e71
Notes: sideshowbarker 2024-07-17 04:12:01 +09:00

View file

@ -7,8 +7,8 @@
#pragma once
#include <LibJS/AST.h>
#include <LibJS/Bytecode/Generator.h>
#include <LibJS/Runtime/ClassFieldDefinition.h>
#include <LibJS/Runtime/ExecutionContext.h>
#include <LibJS/Runtime/FunctionObject.h>