1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:37:37 +00:00

LibJS: Reduce header dependency graph in Realm.h

This commit is contained in:
Andreas Kling 2022-02-07 18:51:58 +01:00
parent 6ddbe8f953
commit aeb72fe9d0
9 changed files with 20 additions and 8 deletions

View file

@ -13,6 +13,7 @@
#include <LibJS/Runtime/FunctionConstructor.h>
#include <LibJS/Runtime/FunctionObject.h>
#include <LibJS/Runtime/GeneratorPrototype.h>
#include <LibJS/Runtime/GlobalEnvironment.h>
#include <LibJS/Runtime/GlobalObject.h>
#include <LibJS/Runtime/Realm.h>