LibJS: Reduce header dependency graph in Realm.h

This commit is contained in:
Andreas Kling 2022-02-07 18:51:58 +01:00
commit aeb72fe9d0
Notes: sideshowbarker 2024-07-17 19:38:56 +09:00
9 changed files with 20 additions and 8 deletions

View file

@ -7,6 +7,7 @@
#pragma once
#include <AK/FlyString.h>
#include <LibJS/Heap/Handle.h>
#include <LibJS/Runtime/Realm.h>