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
|
|
@ -18,6 +18,7 @@
|
|||
#include <LibUnicode/Segmenter.h>
|
||||
#include <LibWeb/Bindings/CanvasRenderingContext2DPrototype.h>
|
||||
#include <LibWeb/Bindings/Intrinsics.h>
|
||||
#include <LibWeb/CSS/Parser/Parser.h>
|
||||
#include <LibWeb/CSS/PropertyID.h>
|
||||
#include <LibWeb/HTML/CanvasRenderingContext2D.h>
|
||||
#include <LibWeb/HTML/HTMLCanvasElement.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue