evas: more fix for include order in an attempt to fix Windows build.

This commit is contained in:
Cedric BAIL 2015-04-17 11:54:11 +02:00
parent 40bdc50a12
commit c006f64f79
2 changed files with 6 additions and 6 deletions

View File

@ -7,6 +7,10 @@
# include <unistd.h>
#endif
#include "software/Ector_Software.h"
#include "ector_cairo_software_surface.eo.h"
#ifdef HAVE_DLSYM
# include <dlfcn.h> /* dlopen,dlclose,etc */
#else
@ -21,10 +25,6 @@
#include "evas_cs2_private.h"
#endif
#include "software/Ector_Software.h"
#include "ector_cairo_software_surface.eo.h"
#define EVAS_GL_NO_GL_H_CHECK 1
#include "Evas_GL.h"

View File

@ -7,6 +7,8 @@
#include <software/Ector_Software.h>
#include "ector_cairo_software_surface.eo.h"
#ifdef HAVE_DLSYM
# include <dlfcn.h> /* dlopen,dlclose,etc */
@ -20,8 +22,6 @@
#include "Evas_Engine_Software_Generic.h"
#include "ector_cairo_software_surface.eo.h"
#ifdef EVAS_GL
//----------------------------------//
// OSMesa...