LibWeb: Don't include WindowGlobalMixin from DOM/Element.h

This commit is contained in:
Andreas Kling 2023-05-08 07:17:57 +02:00 committed by Jelle Raaijmakers
commit ac0c30ce62
Notes: sideshowbarker 2024-07-17 17:40:13 +09:00

View file

@ -11,7 +11,6 @@
#include <LibWeb/ARIA/ARIAMixin.h>
#include <LibWeb/Bindings/ElementPrototype.h>
#include <LibWeb/Bindings/ShadowRootPrototype.h>
#include <LibWeb/Bindings/WindowGlobalMixin.h>
#include <LibWeb/CSS/Selector.h>
#include <LibWeb/CSS/StyleProperty.h>
#include <LibWeb/DOM/ChildNode.h>