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

@ -6,7 +6,8 @@
#pragma once
#include <LibWeb/CSS/Parser/Parser.h>
#include <AK/String.h>
#include <LibWeb/Forward.h>
namespace Web::CSS::Parser {