From 8baacda03decc92e50624832e650ccc3dd84012a Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 6 Oct 2020 18:37:58 +0200 Subject: [PATCH] LibJS: Fix weird self-including header --- Libraries/LibJS/Runtime/BigInt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/LibJS/Runtime/BigInt.h b/Libraries/LibJS/Runtime/BigInt.h index 34994d2019..09a700c4b0 100644 --- a/Libraries/LibJS/Runtime/BigInt.h +++ b/Libraries/LibJS/Runtime/BigInt.h @@ -27,7 +27,6 @@ #pragma once #include -#include #include namespace JS {