mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibWeb/CSS: Correct include style in CSSFontFaceDescriptors.cpp
This commit is contained in:
parent
549205fe33
commit
d5e373e589
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