1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:47:34 +00:00

LibJS: Make AsyncFunctionConstructor.h not include AST.h

This commit is contained in:
Andreas Kling 2022-11-23 13:46:53 +01:00 committed by Linus Groh
parent 3f1ffc2b94
commit 6dbca785d1

View file

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