Make includes relative
This commit is contained in:
parent
e25e4c9a52
commit
09b7fce857
|
@ -29,9 +29,9 @@
|
||||||
#ifndef OT_LAYOUT_GDEF_GDEF_HH
|
#ifndef OT_LAYOUT_GDEF_GDEF_HH
|
||||||
#define 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 {
|
namespace OT {
|
||||||
|
|
Loading…
Reference in New Issue