Evas font: Fixed hb_font_destroy related warning.

Thanks to Daniel Willmann.
This commit is contained in:
Tom Hacohen 2013-06-06 10:41:59 +01:00
parent ffe67b8043
commit 0d1ba652f0
1 changed files with 2 additions and 2 deletions

View 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"