From d4b9e3b287d01fe12462fba872db18de0f7a407a Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Thu, 21 Nov 2013 18:24:16 +0900 Subject: [PATCH] evas: this headers order are seriously insane, hope that one fix the last breakage. --- src/lib/evas/common/evas_font_load.c | 4 ++-- src/lib/evas/include/evas_common_private.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/evas/common/evas_font_load.c b/src/lib/evas/common/evas_font_load.c index c6d6ce3eda..fbe83e18ec 100644 --- a/src/lib/evas/common/evas_font_load.c +++ b/src/lib/evas/common/evas_font_load.c @@ -4,8 +4,6 @@ #include -#include "evas_font_ot.h" /* USE_HARFBUZZ */ - #ifdef USE_HARFBUZZ # include #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 /* Freetype2 OS/2 font table. */ diff --git a/src/lib/evas/include/evas_common_private.h b/src/lib/evas/include/evas_common_private.h index 16b7b40468..4f48fd4aaf 100644 --- a/src/lib/evas/include/evas_common_private.h +++ b/src/lib/evas/include/evas_common_private.h @@ -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