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
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

@ -9,20 +9,16 @@
#pragma once
#include <AK/Concepts.h>
#include <AK/GenericShorthands.h>
#include <AK/NonnullOwnPtr.h>
#include <AK/RefCounted.h>
#include <AK/RefPtr.h>
#include <AK/String.h>
#include <AK/StringView.h>
#include <AK/Variant.h>
#include <AK/Vector.h>
#include <AK/WeakPtr.h>
#include <LibGfx/Color.h>
#include <LibGfx/Font/FontVariant.h>
#include <LibURL/URL.h>
#include <LibWeb/CSS/Enums.h>
#include <LibWeb/CSS/Keyword.h>
#include <LibWeb/CSS/Length.h>
#include <LibWeb/Forward.h>