From ac417f33049d68d648ef26cadc69a9147cd9cb6b Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 23 Nov 2022 12:01:19 +0100 Subject: [PATCH] LibJS: Make RegExpObject.h not include AST.h --- Userland/Libraries/LibJS/Runtime/RegExpObject.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibJS/Runtime/RegExpObject.h b/Userland/Libraries/LibJS/Runtime/RegExpObject.h index 55201649fb..4f9162ac02 100644 --- a/Userland/Libraries/LibJS/Runtime/RegExpObject.h +++ b/Userland/Libraries/LibJS/Runtime/RegExpObject.h @@ -8,7 +8,6 @@ #include #include -#include #include #include