evas: this headers order are seriously insane, hope that one fix the last breakage.

This commit is contained in:
Cedric Bail 2013-11-21 18:24:16 +09:00
parent 233ca45db0
commit d4b9e3b287
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,6 @@
#include <assert.h> #include <assert.h>
#include "evas_font_ot.h" /* USE_HARFBUZZ */
#ifdef USE_HARFBUZZ #ifdef USE_HARFBUZZ
# include <hb.h> # include <hb.h>
#endif #endif
@ -13,6 +11,8 @@
#include "evas_common_private.h" #include "evas_common_private.h"
#include "evas_private.h" #include "evas_private.h"
#include "evas_font_ot.h" /* USE_HARFBUZZ */
#include "evas_font_private.h" /* for Frame-Queuing support */ #include "evas_font_private.h" /* for Frame-Queuing support */
#include <freetype/tttables.h> /* Freetype2 OS/2 font table. */ #include <freetype/tttables.h> /* Freetype2 OS/2 font table. */

View File

@ -1,9 +1,9 @@
#ifndef EVAS_COMMON_H #ifndef EVAS_COMMON_H
#define 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 */ #include "config.h" /* so that EAPI in Evas.h is correctly defined */
//#endif #endif
#ifdef STDC_HEADERS #ifdef STDC_HEADERS
# include <stdlib.h> # include <stdlib.h>