From c1cba92f8b9b6769caa8fa045c9c9797659d5d9c Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 6 Jun 2013 10:51:34 +0100 Subject: [PATCH] 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 --- src/lib/evas/common/evas_font_load.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/evas/common/evas_font_load.c b/src/lib/evas/common/evas_font_load.c index ae4373f079..45cec00f45 100644 --- a/src/lib/evas/common/evas_font_load.c +++ b/src/lib/evas/common/evas_font_load.c @@ -4,7 +4,7 @@ #include -#include "evas_font_ot.h" +#include "evas_font_ot.h" /* USE_HARFBUZZ */ #ifdef USE_HARFBUZZ # include @@ -14,7 +14,6 @@ #include "evas_private.h" #include "evas_font_private.h" /* for Frame-Queuing support */ -#include "evas_font_ot.h" #include /* Freetype2 OS/2 font table. */ #ifdef EVAS_CSERVE2