1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:37:35 +00:00

LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h

This made editing StyleComputer.h unpleasant for no reason.
This commit is contained in:
Andreas Kling 2023-05-08 06:37:18 +02:00 committed by Jelle Raaijmakers
parent 5ba5beb50f
commit 43616316de
9 changed files with 7 additions and 2 deletions

View file

@ -9,6 +9,7 @@
#include <AK/Error.h>
#include <AK/Optional.h>
#include <AK/TemporaryChange.h>
#include <LibWeb/CSS/StyleComputer.h>
#include <LibWeb/CSS/StyleValues/DisplayStyleValue.h>
#include <LibWeb/CSS/StyleValues/IdentifierStyleValue.h>
#include <LibWeb/CSS/StyleValues/PercentageStyleValue.h>