From 0d1ba652f061e2c2983b454d4ab212ddb3738383 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 6 Jun 2013 10:41:59 +0100 Subject: [PATCH] Evas font: Fixed hb_font_destroy related warning. Thanks to Daniel Willmann. --- src/lib/evas/common/evas_font_load.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/evas/common/evas_font_load.c b/src/lib/evas/common/evas_font_load.c index 6a94c9cf0c..ae4373f079 100644 --- a/src/lib/evas/common/evas_font_load.c +++ b/src/lib/evas/common/evas_font_load.c @@ -4,10 +4,10 @@ #include +#include "evas_font_ot.h" + #ifdef USE_HARFBUZZ # include -# include -# include #endif #include "evas_common.h"