LibJS: Fix weird self-including header

This commit is contained in:
Andreas Kling 2020-10-06 18:37:58 +02:00
parent c6c0a9abcb
commit 8baacda03d
Notes: sideshowbarker 2024-07-19 02:00:23 +09:00

View file

@ -27,7 +27,6 @@
#pragma once
#include <LibCrypto/BigInt/SignedBigInteger.h>
#include <LibJS/Runtime/BigInt.h>
#include <LibJS/Runtime/Cell.h>
namespace JS {