[glyf] Fix includes

This commit is contained in:
Behdad Esfahbod 2022-06-25 17:05:18 -06:00
parent b4a0c30d98
commit 0031069f47
3 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
#define OT_GLYF_GLYPH_HH
#include "hb-open-type.hh"
#include "../../hb-open-type.hh"
namespace OT {

View File

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

View File

@ -2,7 +2,7 @@
#define OT_GLYF_LOCA_HH
#include "hb-open-type.hh"
#include "../../hb-open-type.hh"
namespace OT {