diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-08-25 22:36:36 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-08-25 22:36:36 -0700 |
commit | c77ae40852aabb1698da9e8d488f75bae2f4e734 (patch) | |
tree | 4aeed5468a81460bff9adbfd7165faa657a486f7 /src/hb-ot-math-table.hh | |
parent | 82b12bcadd50c9e86bbe82623a1cbc0b4afdd237 (diff) |
Rename hb-*private.hh to hb-*.hh
Sorry for the noise, downstream custom builders. Please adjust.
Diffstat (limited to 'src/hb-ot-math-table.hh')
-rw-r--r-- | src/hb-ot-math-table.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hb-ot-math-table.hh b/src/hb-ot-math-table.hh index 2dd71458..b7ca167b 100644 --- a/src/hb-ot-math-table.hh +++ b/src/hb-ot-math-table.hh @@ -27,8 +27,8 @@ #ifndef HB_OT_MATH_TABLE_HH #define HB_OT_MATH_TABLE_HH -#include "hb-open-type-private.hh" -#include "hb-ot-layout-common-private.hh" +#include "hb-open-type.hh" +#include "hb-ot-layout-common.hh" #include "hb-ot-math.h" namespace OT { |