diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/DOM/Element.h')
-rw-r--r-- | Userland/Libraries/LibWeb/DOM/Element.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/DOM/Element.h b/Userland/Libraries/LibWeb/DOM/Element.h index 23d4118dd8..3628b5720a 100644 --- a/Userland/Libraries/LibWeb/DOM/Element.h +++ b/Userland/Libraries/LibWeb/DOM/Element.h @@ -12,6 +12,7 @@ #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> #include <LibWeb/DOM/NamedNodeMap.h> @@ -23,7 +24,6 @@ #include <LibWeb/HTML/TagNames.h> #include <LibWeb/HTML/Window.h> #include <LibWeb/Layout/Node.h> -#include <LibWeb/Layout/TreeBuilder.h> #include <LibWeb/WebIDL/ExceptionOr.h> namespace Web::DOM { |