LibWeb/DOM: Stop including Element.h from AbstractElement.h

We only need the forward declaration here, and this will let us include
AbstractElement from Element.
This commit is contained in:
Sam Atkins 2025-06-17 14:07:50 +01:00
commit 498e143687
Notes: github-actions[bot] 2025-06-19 11:37:26 +00:00
7 changed files with 9 additions and 1 deletions

View file

@ -9,6 +9,7 @@
#include <LibWeb/CSS/Serialize.h>
#include <LibWeb/CSS/StyleValues/StyleValueList.h>
#include <LibWeb/Infra/Strings.h>
#include <LibWeb/WebIDL/ExceptionOr.h>
namespace Web::CSS {