[HB] Rename open-types to open-type; beauty
This commit is contained in:
parent
f4b58d3fc2
commit
7edb430f91
|
@ -14,7 +14,7 @@ HBSOURCES = \
|
|||
hb-font-private.h \
|
||||
hb-private.h \
|
||||
hb-open-file-private.hh \
|
||||
hb-open-types-private.hh \
|
||||
hb-open-type-private.hh \
|
||||
hb-ot-layout.cc \
|
||||
hb-ot-layout-common-private.hh \
|
||||
hb-ot-layout-gdef-private.hh \
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef HB_OPEN_FILE_PRIVATE_HH
|
||||
#define HB_OPEN_FILE_PRIVATE_HH
|
||||
|
||||
#include "hb-open-types-private.hh"
|
||||
#include "hb-open-type-private.hh"
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "hb-ot-layout-private.h"
|
||||
|
||||
#include "hb-open-types-private.hh"
|
||||
#include "hb-open-type-private.hh"
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue