[util/hb-ot-shape-closure] Remove unnecessary include
This commit is contained in:
parent
c98773ebb0
commit
9a6055caa8
|
@ -32,10 +32,6 @@
|
||||||
const unsigned DEFAULT_FONT_SIZE = FONT_SIZE_NONE;
|
const unsigned DEFAULT_FONT_SIZE = FONT_SIZE_NONE;
|
||||||
const unsigned SUBPIXEL_BITS = 0;
|
const unsigned SUBPIXEL_BITS = 0;
|
||||||
|
|
||||||
#ifdef HAVE_FREETYPE
|
|
||||||
#include <hb-ft.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct shape_closure_consumer_t
|
struct shape_closure_consumer_t
|
||||||
{
|
{
|
||||||
void add_options (struct option_parser_t *parser)
|
void add_options (struct option_parser_t *parser)
|
||||||
|
|
Loading…
Reference in New Issue