LibWeb: Remove WebContent include from SVGDecodedImageData

This is a layering violation, and is not used. Caught by the gn build.
This commit is contained in:
Andrew Kaster 2024-04-03 13:22:42 -06:00 committed by Andreas Kling
parent 69b5d7c0e6
commit bf722d49b0

View file

@ -8,7 +8,6 @@
#include <LibWeb/DOM/Document.h>
#include <LibWeb/HTML/DecodedImageData.h>
#include <WebContent/PageClient.h>
namespace Web::SVG {