mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:47:45 +00:00
LibJS: Reduce header dependency graph in Realm.h
This commit is contained in:
parent
6ddbe8f953
commit
aeb72fe9d0
9 changed files with 20 additions and 8 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <LibJS/Parser.h>
|
||||
#include <LibJS/Runtime/AbstractOperations.h>
|
||||
#include <LibJS/Runtime/DeclarativeEnvironment.h>
|
||||
#include <LibJS/Runtime/GlobalEnvironment.h>
|
||||
#include <LibJS/Runtime/ModuleNamespaceObject.h>
|
||||
#include <LibJS/Runtime/NativeFunction.h>
|
||||
#include <LibJS/Runtime/PromiseConstructor.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue