From: Daniel Willmann Date: Thu, 6 Jun 2013 09:51:34 +0000 (+0100) Subject: evas_font_load: Remove duplicate include of evas_font_ot.h X-Git-Tag: submit/devel/efl/20131022.203902~753 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1cba92f8b9b6769caa8fa045c9c9797659d5d9c;p=platform%2Fupstream%2Fefl.git 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 --- diff --git a/src/lib/evas/common/evas_font_load.c b/src/lib/evas/common/evas_font_load.c index ae4373f..45cec00 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