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-layout-jstf-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-layout-jstf-table.hh')
-rw-r--r-- | src/hb-ot-layout-jstf-table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-layout-jstf-table.hh b/src/hb-ot-layout-jstf-table.hh index 7fabdebb..e718c319 100644 --- a/src/hb-ot-layout-jstf-table.hh +++ b/src/hb-ot-layout-jstf-table.hh @@ -27,7 +27,7 @@ #ifndef HB_OT_LAYOUT_JSTF_TABLE_HH #define HB_OT_LAYOUT_JSTF_TABLE_HH -#include "hb-open-type-private.hh" +#include "hb-open-type.hh" #include "hb-ot-layout-gpos-table.hh" |