From 874ce8b4d025590060d56419744fb62222fec232 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 23 Nov 2022 11:46:55 +0100 Subject: [PATCH] LibJS: Make DeclarativeEnvironment not include AST.h --- Userland/Libraries/LibJS/Runtime/DeclarativeEnvironment.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibJS/Runtime/DeclarativeEnvironment.h b/Userland/Libraries/LibJS/Runtime/DeclarativeEnvironment.h index cdce27d023..ceea57c9d7 100644 --- a/Userland/Libraries/LibJS/Runtime/DeclarativeEnvironment.h +++ b/Userland/Libraries/LibJS/Runtime/DeclarativeEnvironment.h @@ -8,7 +8,6 @@ #include #include -#include #include #include #include