WebContent: Correct StyleValue.h include

Regressed in c57975c9fd, oops!
This commit is contained in:
Sam Atkins 2025-08-12 12:09:56 +01:00 committed by Tim Flynn
parent ed6cac89b9
commit a28b2b4ca1
Notes: github-actions[bot] 2025-08-12 13:43:04 +00:00

View file

@ -8,7 +8,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <../../Libraries/LibWeb/CSS/StyleValues/StyleValue.h>
#include <AK/JsonObject.h>
#include <AK/JsonValue.h>
#include <AK/LexicalPath.h>
@ -19,6 +18,7 @@
#include <LibURL/Parser.h>
#include <LibWeb/CSS/ComputedProperties.h>
#include <LibWeb/CSS/PropertyID.h>
#include <LibWeb/CSS/StyleValues/StyleValue.h>
#include <LibWeb/Cookie/Cookie.h>
#include <LibWeb/Cookie/ParsedCookie.h>
#include <LibWeb/Crypto/Crypto.h>