evas: this headers order are seriously insane, hope that one fix the last breakage.
authorCedric Bail <cedric.bail@samsung.com>
Thu, 21 Nov 2013 09:24:16 +0000 (18:24 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Thu, 21 Nov 2013 09:26:29 +0000 (18:26 +0900)
src/lib/evas/common/evas_font_load.c
src/lib/evas/include/evas_common_private.h

index c6d6ce3..fbe83e1 100644 (file)
@@ -4,8 +4,6 @@
 
 #include <assert.h>
 
-#include "evas_font_ot.h" /* USE_HARFBUZZ */
-
 #ifdef USE_HARFBUZZ
 # include <hb.h>
 #endif
@@ -13,6 +11,8 @@
 #include "evas_common_private.h"
 #include "evas_private.h"
 
+#include "evas_font_ot.h" /* USE_HARFBUZZ */
+
 #include "evas_font_private.h" /* for Frame-Queuing support */
 #include <freetype/tttables.h> /* Freetype2 OS/2 font table. */
 
index 16b7b40..4f48fd4 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef EVAS_COMMON_H
 #define EVAS_COMMON_H
 
-//#ifdef HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"  /* so that EAPI in Evas.h is correctly defined */
-//#endif
+#endif
 
 #ifdef STDC_HEADERS
 # include <stdlib.h>