[util/hb-ot-shape-closure] Remove unnecessary include

This commit is contained in:
Behdad Esfahbod 2021-08-11 20:30:25 -06:00
parent c98773ebb0
commit 9a6055caa8
1 changed files with 0 additions and 4 deletions

View File

@ -32,10 +32,6 @@
const unsigned DEFAULT_FONT_SIZE = FONT_SIZE_NONE;
const unsigned SUBPIXEL_BITS = 0;
#ifdef HAVE_FREETYPE
#include <hb-ft.h>
#endif
struct shape_closure_consumer_t
{
void add_options (struct option_parser_t *parser)