commit | c77ae40852aabb1698da9e8d488f75bae2f4e734 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Sat Aug 25 22:36:36 2018 -0700 |
committer | Behdad Esfahbod <[email protected]> | 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/hb-string-array.hh b/src/hb-string-array.hh index 679841c..c4cf666 100644 --- a/src/hb-string-array.hh +++ b/src/hb-string-array.hh
@@ -29,7 +29,7 @@ #define HB_STRING_ARRAY_HH #endif -#include "hb-private.hh" +#include "hb.hh" /* Based on Bruno Haible's code in Appendix B of Ulrich Drepper's dsohowto.pdf: * https://software.intel.com/sites/default/files/m/a/1/e/dsohowto.pdf */