[reorg] Use relative include

This commit is contained in:
Behdad Esfahbod 2022-01-26 08:26:50 -07:00 committed by Garret Rieger
parent c180f93766
commit 7243bf3e41
3 changed files with 2 additions and 3 deletions

View File

@ -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 {

View File

@ -2,7 +2,6 @@
#define OT_LAYOUT_GSUB_SINGLESUBSTFORMAT1_HH
#include "Common.hh"
#include "hb-ot-layout-gsubgpos.hh"
namespace OT {
namespace Layout {

View File

@ -2,7 +2,6 @@
#define OT_LAYOUT_GSUB_SINGLESUBSTFORMAT2_HH
#include "Common.hh"
#include "hb-ot-layout-gsubgpos.hh"
namespace OT {
namespace Layout {