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

LibJS: Forward declare IteratorRecord and remove inclusion from VM.h

This drastically reduces the amount of compilation required when
Iterator.h is changed.
This commit is contained in:
Timothy Flynn 2023-06-24 09:30:46 -04:00 committed by Andreas Kling
parent 4977000fa0
commit 428109e709
3 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,6 @@
#include <LibJS/Runtime/Error.h>
#include <LibJS/Runtime/ErrorTypes.h>
#include <LibJS/Runtime/ExecutionContext.h>
#include <LibJS/Runtime/Iterator.h>
#include <LibJS/Runtime/Promise.h>
#include <LibJS/Runtime/Value.h>