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:
Callum Law 2025-11-13 19:36:40 +13:00 committed by Sam Atkins
parent bc44203744
commit 70c4ed261f
Notes: github-actions[bot] 2025-11-28 16:17:52 +00:00
9 changed files with 8 additions and 3 deletions

View file

@ -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>