Make includes relative

This commit is contained in:
Matthias Clasen 2023-01-28 13:21:27 -05:00
parent cabab6b8af
commit 2eda790fa4
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@
#ifndef OT_LAYOUT_GDEF_GDEF_HH
#define OT_LAYOUT_GDEF_GDEF_HH
#include "hb-ot-layout-common.hh"
#include "../../../hb-ot-layout-common.hh"
#include "hb-font.hh"
#include "../../../hb-font.hh"
namespace OT {