evas_font_load: Remove duplicate include of evas_font_ot.h
authorDaniel Willmann <d.willmann@samsung.com>
Thu, 6 Jun 2013 09:51:34 +0000 (10:51 +0100)
committerDaniel Willmann <d.willmann@samsung.com>
Thu, 6 Jun 2013 09:54:57 +0000 (10:54 +0100)
Because it defines USE_HARFBUZZ we need to include it before testing for
this define.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
src/lib/evas/common/evas_font_load.c

index ae4373f..45cec00 100644 (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