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:
parent
0a482e1a53
commit
7af940dab3
Notes:
github-actions[bot]
2024-09-08 14:26:11 +00:00
Author: https://github.com/fgaz Commit: https://github.com/LadybirdBrowser/ladybird/commit/7af940dab3b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1328
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue