From 6a4e2efa655f663656f8728130170cf937a724bd Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Wed, 14 Sep 2022 11:15:47 +0200 Subject: [PATCH] LibJS: Break inclusion cycle by removing unnecessary include --- Userland/Libraries/LibJS/Runtime/Intrinsics.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibJS/Runtime/Intrinsics.h b/Userland/Libraries/LibJS/Runtime/Intrinsics.h index 1c1ec426b1..c76c9048e8 100644 --- a/Userland/Libraries/LibJS/Runtime/Intrinsics.h +++ b/Userland/Libraries/LibJS/Runtime/Intrinsics.h @@ -8,7 +8,6 @@ #include #include -#include namespace JS {