LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/

This commit is contained in:
Andreas Kling 2021-05-17 19:50:20 +02:00
commit 6714cf3631
Notes: sideshowbarker 2024-07-18 17:56:00 +09:00
12 changed files with 11 additions and 11 deletions

View file

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