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

LibWeb: Remove unnecessary WindowObject.h include in DOMException.h

This commit is contained in:
Andreas Kling 2021-09-22 15:37:50 +02:00
parent 1884e2caf1
commit fb2f7c7b9c

View file

@ -9,7 +9,6 @@
#include <AK/FlyString.h>
#include <AK/NonnullRefPtr.h>
#include <AK/RefCounted.h>
#include <LibWeb/Bindings/WindowObject.h>
#include <LibWeb/Bindings/Wrappable.h>
namespace Web::DOM {