diff options
Diffstat (limited to 'src/dump-indic-data.cc')
-rw-r--r-- | src/dump-indic-data.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dump-indic-data.cc b/src/dump-indic-data.cc index d574138..8ddc9d5 100644 --- a/src/dump-indic-data.cc +++ b/src/dump-indic-data.cc @@ -24,10 +24,10 @@ * Google Author(s): Behdad Esfahbod */ -#include "hb-ot-shape-complex-indic-private.hh" +#include "hb-ot-shape-complex-indic.hh" int -main (void) +main () { for (hb_codepoint_t u = 0; u <= 0x10FFFF; u++) { |