LibJS: Make CyclicModule.h not include PromiseCapability.h
This commit is contained in:
parent
96cbf368bd
commit
58feae8b60
Notes:
sideshowbarker
2024-07-17 07:38:17 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/58feae8b60 Pull-request: https://github.com/SerenityOS/serenity/pull/16153 Reviewed-by: https://github.com/linusg
3 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Module.h>
|
||||
#include <LibJS/Parser.h>
|
||||
#include <LibJS/Runtime/PromiseCapability.h>
|
||||
|
||||
namespace JS {
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
#include <LibJS/CyclicModule.h>
|
||||
#include <LibJS/Module.h>
|
||||
#include <LibJS/Runtime/ModuleNamespaceObject.h>
|
||||
#include <LibJS/Runtime/Promise.h>
|
||||
#include <LibJS/Runtime/VM.h>
|
||||
|
||||
namespace JS {
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include <LibJS/CyclicModule.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Parser.h>
|
||||
#include <LibJS/Runtime/ExecutionContext.h>
|
||||
|
||||
namespace JS {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue