From 7243bf3e4119bf73d31de2252003a5fc4b2ed6d8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 26 Jan 2022 08:26:50 -0700 Subject: [PATCH] [reorg] Use relative include --- src/OT/Layout/GSUB/Common.hh | 3 ++- src/OT/Layout/GSUB/SingleSubstFormat1.hh | 1 - src/OT/Layout/GSUB/SingleSubstFormat2.hh | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/OT/Layout/GSUB/Common.hh b/src/OT/Layout/GSUB/Common.hh index f02375715..f4c78a9f0 100644 --- a/src/OT/Layout/GSUB/Common.hh +++ b/src/OT/Layout/GSUB/Common.hh @@ -1,7 +1,8 @@ #ifndef OT_LAYOUT_GSUB_COMMON_HH #define OT_LAYOUT_GSUB_COMMON_HH -#include "hb-serialize.hh" +#include "../../../hb-serialize.hh" +#include "../../../hb-ot-layout-gsubgpos.hh" namespace OT { namespace Layout { diff --git a/src/OT/Layout/GSUB/SingleSubstFormat1.hh b/src/OT/Layout/GSUB/SingleSubstFormat1.hh index 59feb5575..3c6b2954c 100644 --- a/src/OT/Layout/GSUB/SingleSubstFormat1.hh +++ b/src/OT/Layout/GSUB/SingleSubstFormat1.hh @@ -2,7 +2,6 @@ #define OT_LAYOUT_GSUB_SINGLESUBSTFORMAT1_HH #include "Common.hh" -#include "hb-ot-layout-gsubgpos.hh" namespace OT { namespace Layout { diff --git a/src/OT/Layout/GSUB/SingleSubstFormat2.hh b/src/OT/Layout/GSUB/SingleSubstFormat2.hh index 470a1bade..df75bb52b 100644 --- a/src/OT/Layout/GSUB/SingleSubstFormat2.hh +++ b/src/OT/Layout/GSUB/SingleSubstFormat2.hh @@ -2,7 +2,6 @@ #define OT_LAYOUT_GSUB_SINGLESUBSTFORMAT2_HH #include "Common.hh" -#include "hb-ot-layout-gsubgpos.hh" namespace OT { namespace Layout {