diff options
Diffstat (limited to 'Libraries/LibWeb/DOM/Element.h')
-rw-r--r-- | Libraries/LibWeb/DOM/Element.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/DOM/Element.h b/Libraries/LibWeb/DOM/Element.h index 77d54c4940..6f8a772994 100644 --- a/Libraries/LibWeb/DOM/Element.h +++ b/Libraries/LibWeb/DOM/Element.h @@ -29,10 +29,10 @@ #include <AK/FlyString.h> #include <AK/String.h> #include <LibWeb/DOM/Attribute.h> -#include <LibWeb/DOM/AttributeNames.h> #include <LibWeb/DOM/NonDocumentTypeChildNode.h> #include <LibWeb/DOM/ParentNode.h> #include <LibWeb/DOM/TagNames.h> +#include <LibWeb/HTML/AttributeNames.h> #include <LibWeb/Layout/LayoutNode.h> namespace Web::DOM { |