瀏覽代碼

LibWeb: Remove WebContent include from SVGDecodedImageData

This is a layering violation, and is not used. Caught by the gn build.
Andrew Kaster 1 年之前
父節點
當前提交
bf722d49b0
共有 1 個文件被更改,包括 0 次插入1 次删除
  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/DOM/Document.h>
 #include <LibWeb/HTML/DecodedImageData.h>
 #include <LibWeb/HTML/DecodedImageData.h>
-#include <WebContent/PageClient.h>
 
 
 namespace Web::SVG {
 namespace Web::SVG {