mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
|
|
@ -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…
Reference in New Issue
Block a user