mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Avoid including ComputedProperties.h in Element.h
This reduces the size of the recompile when ComputedProperties.h is modified from ~1200 to ~70
This commit is contained in:
parent
64f438857b
commit
12716dccf0
Notes:
github-actions[bot]
2025-10-27 14:52:30 +00:00
Author: https://github.com/Calme1709
Commit: 12716dccf0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6576
Reviewed-by: https://github.com/AtkinsSJ ✅
11 changed files with 48 additions and 38 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include <AK/Variant.h>
|
||||
#include <LibGfx/Font/Font.h>
|
||||
#include <LibGfx/Rect.h>
|
||||
#include <LibWeb/CSS/ComputedProperties.h>
|
||||
#include <LibWeb/CSS/Length.h>
|
||||
#include <LibWeb/CSS/Percentage.h>
|
||||
#include <LibWeb/CSS/StyleComputer.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue