ecore: properly order header for building on windows.

This commit is contained in:
Cedric Bail 2013-05-05 14:07:05 +09:00
parent 8f0089e28f
commit 4e6fe47ea0
2 changed files with 1 additions and 1 deletions

View File

@ -288,6 +288,7 @@
#endif
#include <Eina.h>
#include <Eo.h>
#ifdef EAPI
# undef EAPI

View File

@ -2,7 +2,6 @@
extern "C" {
#endif
#include <Eo.h>
/**
* @defgroup Ecore_Init_Group Ecore initialization, shutdown functions and reset on fork.
* @ingroup Ecore