mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Reduce the number of headers CSS Parser.h is included in
Reduces the rebuild required when editing this file
This commit is contained in:
parent
bc44203744
commit
70c4ed261f
Notes:
github-actions[bot]
2025-11-28 16:17:52 +00:00
Author: https://github.com/Calme1709
Commit: 70c4ed261f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6837
Reviewed-by: https://github.com/AtkinsSJ ✅
9 changed files with 8 additions and 3 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include <LibWeb/Bindings/Intrinsics.h>
|
||||
#include <LibWeb/Bindings/SVGElementPrototype.h>
|
||||
#include <LibWeb/CSS/ComputedProperties.h>
|
||||
#include <LibWeb/CSS/Parser/Parser.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/DOM/ShadowRoot.h>
|
||||
#include <LibWeb/SVG/SVGDescElement.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue