Evas font: Fixed hb_font_destroy related warning.
authorTom Hacohen <tom@stosb.com>
Thu, 6 Jun 2013 09:41:59 +0000 (10:41 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 6 Jun 2013 09:42:06 +0000 (10:42 +0100)
Thanks to Daniel Willmann.

src/lib/evas/common/evas_font_load.c

index 6a94c9c..ae4373f 100644 (file)
@@ -4,10 +4,10 @@
 
 #include <assert.h>
 
+#include "evas_font_ot.h"
+
 #ifdef USE_HARFBUZZ
 # include <hb.h>
-# include <hb-ft.h>
-# include <hb-font.h>
 #endif
 
 #include "evas_common.h"