mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
LibWeb: Split FrequencyStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
87f920a299
commit
015885f068
Notes:
sideshowbarker
2024-07-17 11:34:34 +09:00
Author: https://github.com/AtkinsSJ
Commit: 015885f068
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
4 changed files with 43 additions and 24 deletions
|
@ -42,6 +42,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/FlexFlowStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/FlexStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/FontStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/FrequencyStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/Dump.h>
|
||||
#include <LibWeb/Infra/Strings.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue