From 6dbca785d1d0fb213b8b0332fc93e39282640300 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 23 Nov 2022 13:46:53 +0100 Subject: [PATCH] LibJS: Make AsyncFunctionConstructor.h not include AST.h --- Userland/Libraries/LibJS/Runtime/AsyncFunctionConstructor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibJS/Runtime/AsyncFunctionConstructor.h b/Userland/Libraries/LibJS/Runtime/AsyncFunctionConstructor.h index 38fa14f9cf..defef48dfd 100644 --- a/Userland/Libraries/LibJS/Runtime/AsyncFunctionConstructor.h +++ b/Userland/Libraries/LibJS/Runtime/AsyncFunctionConstructor.h @@ -6,7 +6,6 @@ #pragma once -#include #include namespace JS {