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
Notes: sideshowbarker 2024-07-18 03:34:08 +09:00

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 {