mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 13:46:31 +00:00
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
This commit is contained in:
parent
ee6600ea24
commit
6714cf3631
Notes:
sideshowbarker
2024-07-18 17:56:00 +09:00
Author: https://github.com/awesomekling
Commit: 6714cf3631
12 changed files with 11 additions and 11 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <AK/HashMap.h>
|
||||
#include <AK/String.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Runtime/Cell.h>
|
||||
#include <LibJS/Heap/Cell.h>
|
||||
#include <LibJS/Runtime/IndexedProperties.h>
|
||||
#include <LibJS/Runtime/MarkedValueList.h>
|
||||
#include <LibJS/Runtime/PrimitiveString.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue