Browse Source

LibWeb: Remove WebContent include from SVGDecodedImageData

This is a layering violation, and is not used. Caught by the gn build.
Andrew Kaster 1 year ago
parent
commit
bf722d49b0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Userland/Libraries/LibWeb/SVG/SVGDecodedImageData.h

+ 0 - 1
Userland/Libraries/LibWeb/SVG/SVGDecodedImageData.h

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