From bf722d49b0cfb8c2a835b5bb032bb9425d12987a Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Wed, 3 Apr 2024 13:22:42 -0600 Subject: [PATCH] LibWeb: Remove WebContent include from SVGDecodedImageData This is a layering violation, and is not used. Caught by the gn build. --- Userland/Libraries/LibWeb/SVG/SVGDecodedImageData.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibWeb/SVG/SVGDecodedImageData.h b/Userland/Libraries/LibWeb/SVG/SVGDecodedImageData.h index 674cf17ef2c..9fc0fdeeee9 100644 --- a/Userland/Libraries/LibWeb/SVG/SVGDecodedImageData.h +++ b/Userland/Libraries/LibWeb/SVG/SVGDecodedImageData.h @@ -8,7 +8,6 @@ #include #include -#include namespace Web::SVG {