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

LibWeb: Remove now-unused includes from StyleValue.cpp

And add them to all the places that relied on getting them transitively.
This commit is contained in:
Sam Atkins 2023-03-25 14:11:11 +00:00 committed by Linus Groh
parent 4c54c5d3dd
commit 7d08d5ad6f
12 changed files with 13 additions and 21 deletions

View file

@ -10,6 +10,7 @@
#include <LibWeb/DOM/DocumentLoadEventDelayer.h>
#include <LibWeb/HTML/HTMLElement.h>
#include <LibWeb/HTML/Scripting/Script.h>
#include <LibWeb/Loader/Resource.h>
namespace Web::HTML {