summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLBlinkElement.cpp
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2022-04-13 20:50:43 +0100
committerAndreas Kling <kling@serenityos.org>2022-04-14 14:54:06 +0200
commita797a92990ce71719aa894ace99be42661d659c8 (patch)
treec307f4b3b7fbd8658c4e2f7ad9238328ad903201 /Userland/Libraries/LibWeb/HTML/HTMLBlinkElement.cpp
parentc66da0f2cb54f552abc7574f873ccb4a9260f4c9 (diff)
downloadserenity-a797a92990ce71719aa894ace99be42661d659c8.zip
LibWeb: Stop including StyleValue.h in a few places
I don't know how much this will actually help compile times, but it's something!
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLBlinkElement.cpp')
-rw-r--r--Userland/Libraries/LibWeb/HTML/HTMLBlinkElement.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLBlinkElement.cpp b/Userland/Libraries/LibWeb/HTML/HTMLBlinkElement.cpp
index ad52592bb6..c28d574fad 100644
--- a/Userland/Libraries/LibWeb/HTML/HTMLBlinkElement.cpp
+++ b/Userland/Libraries/LibWeb/HTML/HTMLBlinkElement.cpp
@@ -5,7 +5,6 @@
*/
#include <LibCore/Timer.h>
-#include <LibWeb/CSS/StyleValue.h>
#include <LibWeb/HTML/HTMLBlinkElement.h>
namespace Web::HTML {