[reorg] Use relative includes for hb-ot-layout-gsubgpos.hh

This commit is contained in:
Garret Rieger 2022-03-23 16:49:13 -07:00
parent b342adeb96
commit 444c2375a1
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
#define OT_LAYOUT_GSUB_CHAINCONTEXTSUBST_HH #define OT_LAYOUT_GSUB_CHAINCONTEXTSUBST_HH
// TODO(garretrieger): move to new layout. // TODO(garretrieger): move to new layout.
#include "hb-ot-layout-gsubgpos.hh" #include "../../../hb-ot-layout-gsubgpos.hh"
#include "Common.hh" #include "Common.hh"
namespace OT { namespace OT {

View File

@ -2,7 +2,7 @@
#define OT_LAYOUT_GSUB_CONTEXTSUBST_HH #define OT_LAYOUT_GSUB_CONTEXTSUBST_HH
// TODO(garretrieger): move to new layout. // TODO(garretrieger): move to new layout.
#include "hb-ot-layout-gsubgpos.hh" #include "../../../hb-ot-layout-gsubgpos.hh"
#include "Common.hh" #include "Common.hh"
namespace OT { namespace OT {

View File

@ -2,7 +2,7 @@
#define OT_LAYOUT_GSUB_EXTENSIONSUBST_HH #define OT_LAYOUT_GSUB_EXTENSIONSUBST_HH
// TODO(garretrieger): move to new layout. // TODO(garretrieger): move to new layout.
#include "hb-ot-layout-gsubgpos.hh" #include "../../../hb-ot-layout-gsubgpos.hh"
#include "Common.hh" #include "Common.hh"
namespace OT { namespace OT {

View File

@ -2,7 +2,7 @@
#define OT_LAYOUT_GSUB_GSUB_HH #define OT_LAYOUT_GSUB_GSUB_HH
// TODO(garretrieger): move to new layout. // TODO(garretrieger): move to new layout.
#include "hb-ot-layout-gsubgpos.hh" #include "../../../hb-ot-layout-gsubgpos.hh"
#include "Common.hh" #include "Common.hh"
#include "SubstLookup.hh" #include "SubstLookup.hh"