mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Alexander Kalenik
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
|
||||
|
||||
Reference in New Issue
Block a user