From 40bf8dde886c4e2f1b54a6c45a1258298ae3c8ef Mon Sep 17 00:00:00 2001 From: Pavel Shliak Date: Sun, 15 Dec 2024 13:56:24 +0400 Subject: [PATCH] LibWeb: Remove unnecessary Quad.h include --- Libraries/LibWeb/HTML/CanvasRenderingContext2D.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/LibWeb/HTML/CanvasRenderingContext2D.cpp b/Libraries/LibWeb/HTML/CanvasRenderingContext2D.cpp index 6acd6c7c054..4c48a68d568 100644 --- a/Libraries/LibWeb/HTML/CanvasRenderingContext2D.cpp +++ b/Libraries/LibWeb/HTML/CanvasRenderingContext2D.cpp @@ -9,7 +9,6 @@ #include #include -#include #include #include #include