Browse Source

LibJS: Make AsyncFunctionConstructor.h not include AST.h

Andreas Kling 2 years ago
parent
commit
6dbca785d1
1 changed files with 0 additions and 1 deletions
  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 {