LibGfx: Remove unnecessary include

This commit is contained in:
Pavel Shliak 2024-12-03 23:43:23 +04:00 committed by Andrew Kaster
parent ff7cca38bd
commit 24b68259b4
Notes: github-actions[bot] 2024-12-12 22:14:46 +00:00

View file

@ -12,7 +12,6 @@
#include <AK/RefCounted.h>
#include <AK/RefPtr.h>
#include <AK/Vector.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/Color.h>
#include <LibGfx/Forward.h>
#include <LibGfx/Gradients.h>