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
commit 43616316de
Notes: sideshowbarker 2024-07-17 02:06:40 +09:00
9 changed files with 7 additions and 2 deletions

View file

@ -6,6 +6,7 @@
#include <LibWeb/CSS/MediaQuery.h>
#include <LibWeb/CSS/Serialize.h>
#include <LibWeb/CSS/StyleComputer.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/HTML/Window.h>