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

@ -11,6 +11,7 @@
#include <LibWeb/CSS/CSSUnparsedValue.h>
#include <LibWeb/CSS/CSSVariableReferenceValue.h>
#include <LibWeb/CSS/Parser/ArbitrarySubstitutionFunctions.h>
#include <LibWeb/CSS/Parser/TokenStream.h>
#include <LibWeb/CSS/PropertyName.h>
#include <LibWeb/CSS/Serialize.h>
#include <LibWeb/CSS/StyleValues/UnresolvedStyleValue.h>