mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
LibWeb/CSS: Correct include style in CSSFontFaceDescriptors.cpp
This commit is contained in:
parent
775efd01e2
commit
ce56ac9159
Notes:
github-actions[bot]
2025-04-07 09:02:14 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/ce56ac9159d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4224
1 changed files with 1 additions and 2 deletions
|
@ -4,11 +4,10 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "Parser/Parser.h"
|
||||
|
||||
#include <LibWeb/Bindings/CSSFontFaceDescriptorsPrototype.h>
|
||||
#include <LibWeb/CSS/CSSFontFaceDescriptors.h>
|
||||
#include <LibWeb/CSS/CSSStyleValue.h>
|
||||
#include <LibWeb/CSS/Parser/Parser.h>
|
||||
#include <LibWeb/CSS/Serialize.h>
|
||||
#include <LibWeb/Infra/Strings.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue