1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:58:11 +00:00

LibJS: Make CyclicModule.h not include PromiseCapability.h

This commit is contained in:
Andreas Kling 2022-11-23 11:41:19 +01:00 committed by Linus Groh
parent 96cbf368bd
commit 58feae8b60
3 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,7 @@
#include <LibJS/CyclicModule.h>
#include <LibJS/Forward.h>
#include <LibJS/Parser.h>
#include <LibJS/Runtime/ExecutionContext.h>
namespace JS {