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

@ -7,6 +7,7 @@
#include <LibWeb/Bindings/Intrinsics.h>
#include <LibWeb/Bindings/StyleSheetListPrototype.h>
#include <LibWeb/CSS/Parser/Parser.h>
#include <LibWeb/CSS/StyleComputer.h>
#include <LibWeb/CSS/StyleSheetList.h>
#include <LibWeb/DOM/Document.h>