LibGfx: Fix inconsistent skia includes

The "include/" #include prefix is not used anywhere else in the
codebase, and does not work with distro packages.
This commit is contained in:
Francesco Gazzetta 2024-09-07 19:27:37 +02:00 committed by Alexander Kalenik
parent 0a482e1a53
commit 7af940dab3
Notes: github-actions[bot] 2024-09-08 14:26:11 +00:00

View file

@ -11,8 +11,8 @@
#include <core/SkData.h>
#include <core/SkFontMgr.h>
#include <include/core/SkRefCnt.h>
#include <include/core/SkTypeface.h>
#include <core/SkRefCnt.h>
#include <core/SkTypeface.h>
#ifndef AK_OS_ANDROID
# include <ports/SkFontMgr_fontconfig.h>
#else