mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
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: 7af940dab3
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/SkData.h>
|
||||||
#include <core/SkFontMgr.h>
|
#include <core/SkFontMgr.h>
|
||||||
#include <include/core/SkRefCnt.h>
|
#include <core/SkRefCnt.h>
|
||||||
#include <include/core/SkTypeface.h>
|
#include <core/SkTypeface.h>
|
||||||
#ifndef AK_OS_ANDROID
|
#ifndef AK_OS_ANDROID
|
||||||
# include <ports/SkFontMgr_fontconfig.h>
|
# include <ports/SkFontMgr_fontconfig.h>
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue