commit | c77ae40852aabb1698da9e8d488f75bae2f4e734 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sat Aug 25 22:36:36 2018 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sat Aug 25 22:36:36 2018 -0700 |
tree | 4aeed5468a81460bff9adbfd7165faa657a486f7 | |
parent | 82b12bcadd50c9e86bbe82623a1cbc0b4afdd237 [diff] [blame] |
Rename hb-*private.hh to hb-*.hh Sorry for the noise, downstream custom builders. Please adjust.
diff --git a/src/main.cc b/src/main.cc index 98a1320..490b76e 100644 --- a/src/main.cc +++ b/src/main.cc
@@ -25,9 +25,9 @@ */ #include "hb-static.cc" -#include "hb-open-file-private.hh" +#include "hb-open-file.hh" #include "hb-ot-layout-gdef-table.hh" -#include "hb-ot-layout-gsubgpos-private.hh" +#include "hb-ot-layout-gsubgpos.hh" #ifdef HAVE_GLIB #include <glib.h>