LibGfx: Use correct include path for SkImage.h

Fixes our flatpak builds.
This commit is contained in:
Jelle Raaijmakers 2025-10-24 09:36:17 +02:00 committed by Jelle Raaijmakers
parent 5294559f7b
commit 86725de23d

View File

@ -20,12 +20,12 @@
#include <LibGfx/SkiaUtils.h>
#include <core/SkCanvas.h>
#include <core/SkImage.h>
#include <core/SkPath.h>
#include <core/SkPathEffect.h>
#include <effects/SkBlurMaskFilter.h>
#include <effects/SkDashPathEffect.h>
#include <effects/SkGradientShader.h>
#include <include/core/SkImage.h>
namespace Gfx {