mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Split UnsetStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
1d948f7462
commit
4bf59c59bb
Notes:
sideshowbarker
2024-07-17 00:59:43 +09:00
Author: https://github.com/AtkinsSJ
Commit: 4bf59c59bb
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
4 changed files with 38 additions and 20 deletions
|
@ -68,6 +68,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/TimeStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/TransformationStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/UnresolvedStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/UnsetStyleValue.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