mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
WebContent: Correct StyleValue.h include
Regressed in c57975c9fd, oops!
This commit is contained in:
parent
ed6cac89b9
commit
a28b2b4ca1
Notes:
github-actions[bot]
2025-08-12 13:43:04 +00:00
Author: https://github.com/AtkinsSJ
Commit: a28b2b4ca1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5831
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue