hb-ot-base-table.hh -> hb-ot-layout-base-table.hh

per https://github.com/behdad/harfbuzz/issues/418#issuecomment-280873811
This commit is contained in:
Elie Roux 2017-02-19 08:48:22 +01:00
parent f748e11645
commit d0b97353e9
3 changed files with 2 additions and 2 deletions

View File

@ -68,9 +68,9 @@ HB_NODIST_headers = \
HB_FALLBACK_sources = hb-fallback-shape.cc
HB_OT_sources = \
hb-ot-base-table.hh \
hb-ot-font.cc \
hb-ot-layout.cc \
hb-ot-layout-base-table.hh \
hb-ot-layout-common-private.hh \
hb-ot-layout-gdef-table.hh \
hb-ot-layout-gpos-table.hh \

View File

@ -30,7 +30,7 @@
#include "hb-font-private.hh"
#include "hb-ot-base-table.hh"
#include "hb-ot-layout-base-table.hh"
#include "hb-ot-cmap-table.hh"
#include "hb-ot-cbdt-table.hh"
#include "hb-ot-glyf-table.hh"