浏览代码

LibJS: Make AsyncFunctionConstructor.h not include AST.h

Andreas Kling 2 年之前
父节点
当前提交
6dbca785d1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Userland/Libraries/LibJS/Runtime/AsyncFunctionConstructor.h

+ 0 - 1
Userland/Libraries/LibJS/Runtime/AsyncFunctionConstructor.h

@@ -6,7 +6,6 @@
 
 #pragma once
 
-#include <LibJS/AST.h>
 #include <LibJS/Runtime/NativeFunction.h>
 
 namespace JS {