LibWeb: Remove unnecessary Quad.h include

This commit is contained in:
Pavel Shliak 2024-12-15 13:56:24 +04:00 committed by Jelle Raaijmakers
parent 7824721107
commit 40bf8dde88
Notes: github-actions[bot] 2024-12-15 22:28:39 +00:00

View file

@ -9,7 +9,6 @@
#include <AK/OwnPtr.h>
#include <LibGfx/PainterSkia.h>
#include <LibGfx/Quad.h>
#include <LibGfx/Rect.h>
#include <LibUnicode/Segmenter.h>
#include <LibWeb/Bindings/CanvasRenderingContext2DPrototype.h>