mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Split AngleStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
36c5afdfb2
commit
777d3e73f9
Notes:
sideshowbarker
2024-07-17 06:29:49 +09:00
Author: https://github.com/AtkinsSJ
Commit: 777d3e73f9
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
7 changed files with 74 additions and 25 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <LibGfx/Palette.h>
|
||||
#include <LibWeb/CSS/Serialize.h>
|
||||
#include <LibWeb/CSS/StyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/AngleStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/HTML/BrowsingContext.h>
|
||||
#include <LibWeb/Loader/LoadRequest.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue