1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:37:35 +00:00

LibJS: Break another inclusion cycle by removing unnecessary include

This commit is contained in:
Ben Wiederhake 2022-09-14 11:18:13 +02:00 committed by Brian Gianforcaro
parent 6a4e2efa65
commit 4cd382c621

View file

@ -12,7 +12,6 @@
#include <LibJS/Runtime/Date.h>
#include <LibJS/Runtime/Object.h>
#include <LibJS/Runtime/Temporal/PlainDate.h>
#include <LibJS/Runtime/Temporal/PlainDateTime.h>
#include <LibJS/Runtime/Temporal/ZonedDateTime.h>
#include <LibJS/Runtime/VM.h>