1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:27:45 +00:00

LibJS: Break inclusion cycle by removing unnecessary include

This commit is contained in:
Ben Wiederhake 2022-09-14 11:15:47 +02:00 committed by Brian Gianforcaro
parent ff96747e17
commit 6a4e2efa65

View file

@ -8,7 +8,6 @@
#include <LibJS/Forward.h>
#include <LibJS/Heap/Cell.h>
#include <LibJS/Runtime/Realm.h>
namespace JS {