From 0031069f47d0fd51c42b92f0d929196c17787c4d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 25 Jun 2022 17:05:18 -0600 Subject: [PATCH] [glyf] Fix includes --- src/OT/glyf/Glyph.hh | 2 +- src/OT/glyf/glyf.hh | 14 +++++++------- src/OT/glyf/loca.hh | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/OT/glyf/Glyph.hh b/src/OT/glyf/Glyph.hh index 21761ec02..643998089 100644 --- a/src/OT/glyf/Glyph.hh +++ b/src/OT/glyf/Glyph.hh @@ -2,7 +2,7 @@ #define OT_GLYF_GLYPH_HH -#include "hb-open-type.hh" +#include "../../hb-open-type.hh" namespace OT { diff --git a/src/OT/glyf/glyf.hh b/src/OT/glyf/glyf.hh index f51c25525..1f51f8bc1 100644 --- a/src/OT/glyf/glyf.hh +++ b/src/OT/glyf/glyf.hh @@ -2,14 +2,14 @@ #define OT_GLYF_GLYF_HH -#include "hb-open-type.hh" -#include "hb-ot-head-table.hh" -#include "hb-ot-hmtx-table.hh" -#include "hb-ot-var-gvar-table.hh" -#include "hb-draw.hh" +#include "../../hb-open-type.hh" +#include "../../hb-ot-head-table.hh" +#include "../../hb-ot-hmtx-table.hh" +#include "../../hb-ot-var-gvar-table.hh" +#include "../../hb-draw.hh" -#include "OT/glyf/Glyph.hh" -#include "OT/glyf/loca.hh" +#include "Glyph.hh" +#include "loca.hh" namespace OT { diff --git a/src/OT/glyf/loca.hh b/src/OT/glyf/loca.hh index fa1a29028..4481cba8e 100644 --- a/src/OT/glyf/loca.hh +++ b/src/OT/glyf/loca.hh @@ -2,7 +2,7 @@ #define OT_GLYF_LOCA_HH -#include "hb-open-type.hh" +#include "../../hb-open-type.hh" namespace OT {