From 2eda790fa4024774d461c159c4849c592fdfadc5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 28 Jan 2023 13:21:27 -0500 Subject: [PATCH] Make includes relative --- src/OT/Layout/GDEF/GDEF.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OT/Layout/GDEF/GDEF.hh b/src/OT/Layout/GDEF/GDEF.hh index 6ce44e904..0551fcf81 100644 --- a/src/OT/Layout/GDEF/GDEF.hh +++ b/src/OT/Layout/GDEF/GDEF.hh @@ -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 {