summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLImageElement.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-03-07 16:14:04 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-07 17:45:15 +0100
commitfefb05f6f3caa7b531c3981fb1c539e9396f74d4 (patch)
tree4e44e2c3ace9818d0c354da2cd96380388709d9c /Userland/Libraries/LibWeb/HTML/HTMLImageElement.cpp
parent0af476266200a707770959173c9e7e2028235119 (diff)
downloadserenity-fefb05f6f3caa7b531c3981fb1c539e9396f74d4.zip
LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet
This is a little convoluted but matches the CSSOM specification.
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLImageElement.cpp')
-rw-r--r--Userland/Libraries/LibWeb/HTML/HTMLImageElement.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLImageElement.cpp b/Userland/Libraries/LibWeb/HTML/HTMLImageElement.cpp
index 4560bdadb8..0a0bb989f7 100644
--- a/Userland/Libraries/LibWeb/HTML/HTMLImageElement.cpp
+++ b/Userland/Libraries/LibWeb/HTML/HTMLImageElement.cpp
@@ -25,7 +25,6 @@
*/
#include <LibGfx/Bitmap.h>
-#include <LibGfx/ImageDecoder.h>
#include <LibWeb/CSS/Parser/CSSParser.h>
#include <LibWeb/CSS/StyleResolver.h>
#include <LibWeb/DOM/Document.h>