瀏覽代碼

LibJS: Make ECMAScriptFunctionObject.h not include AST.h

Andreas Kling 2 年之前
父節點
當前提交
d16b808e71
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Userland/Libraries/LibJS/Runtime/ECMAScriptFunctionObject.h

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ECMAScriptFunctionObject.h

@@ -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>