evas_font_load: Remove duplicate include of evas_font_ot.h

Because it defines USE_HARFBUZZ we need to include it before testing for
this define.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
This commit is contained in:
Daniel Willmann 2013-06-06 10:51:34 +01:00
parent 0d1ba652f0
commit c1cba92f8b
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#include <assert.h>
#include "evas_font_ot.h"
#include "evas_font_ot.h" /* USE_HARFBUZZ */
#ifdef USE_HARFBUZZ
# include <hb.h>
@ -14,7 +14,6 @@
#include "evas_private.h"
#include "evas_font_private.h" /* for Frame-Queuing support */
#include "evas_font_ot.h"
#include <freetype/tttables.h> /* Freetype2 OS/2 font table. */
#ifdef EVAS_CSERVE2