LibGfx: Remove unused include from Line

This commit is contained in:
Jelle Raaijmakers 2024-11-01 12:16:42 +01:00 committed by Tim Flynn
parent 559fd1c0c2
commit 3e3851983d
Notes: github-actions[bot] 2024-11-01 17:24:42 +00:00

View file

@ -11,7 +11,6 @@
#include <AK/Optional.h>
#include <LibGfx/Forward.h>
#include <LibGfx/Point.h>
#include <LibGfx/Rect.h>
namespace Gfx {