[glyf] Fix includes
This commit is contained in:
parent
b4a0c30d98
commit
0031069f47
|
@ -2,7 +2,7 @@
|
|||
#define OT_GLYF_GLYPH_HH
|
||||
|
||||
|
||||
#include "hb-open-type.hh"
|
||||
#include "../../hb-open-type.hh"
|
||||
|
||||
|
||||
namespace OT {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define OT_GLYF_LOCA_HH
|
||||
|
||||
|
||||
#include "hb-open-type.hh"
|
||||
#include "../../hb-open-type.hh"
|
||||
|
||||
|
||||
namespace OT {
|
||||
|
|
Loading…
Reference in New Issue