LibWeb/CSS: Remove unused includes from CSSStyleValue.h

A couple of these were needed transitively, so I've added them to the
relevant files.
This commit is contained in:
Sam Atkins 2025-02-17 16:21:50 +00:00 committed by Andreas Kling
parent 1990b2fc52
commit 09d2c5eb9b
Notes: github-actions[bot] 2025-02-28 12:52:07 +00:00
3 changed files with 2 additions and 4 deletions

View file

@ -10,6 +10,7 @@
#include <AK/HashMap.h>
#include <AK/Optional.h>
#include <LibGfx/Filter.h>
#include <LibGfx/Font/FontVariant.h>
#include <LibGfx/FontCascadeList.h>
#include <LibGfx/ScalingMode.h>
#include <LibWeb/CSS/CalculatedOr.h>