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
commit 58feae8b60
Notes: sideshowbarker 2024-07-17 07:38:17 +09:00
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 {