LibWeb: Avoid including ComputedProperties.h in Element.h

This reduces the size of the recompile when ComputedProperties.h is
modified from ~1200 to ~70
This commit is contained in:
Callum Law 2025-10-24 14:27:15 +13:00 committed by Sam Atkins
parent 64f438857b
commit 12716dccf0
Notes: github-actions[bot] 2025-10-27 14:52:30 +00:00
11 changed files with 48 additions and 38 deletions

View file

@ -11,6 +11,7 @@
#include <LibGfx/Font/FontStyleMapping.h>
#include <LibGfx/Font/FontWeight.h>
#include <LibWeb/CSS/CSSStyleValue.h>
#include <LibWeb/CSS/ComputedProperties.h>
#include <LibWeb/CSS/Parser/Parser.h>
#include <LibWeb/CSS/StyleValues/AbstractImageStyleValue.h>
#include <LibWeb/CSS/StyleValues/AnchorSizeStyleValue.h>