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

@ -10,6 +10,7 @@
#include <AK/Variant.h>
#include <LibGfx/Font/Font.h>
#include <LibGfx/Rect.h>
#include <LibWeb/CSS/ComputedProperties.h>
#include <LibWeb/CSS/Length.h>
#include <LibWeb/CSS/Percentage.h>
#include <LibWeb/CSS/StyleComputer.h>