1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:27:45 +00:00

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

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 {