evas: don't randomly move code around !

SVN revision: 65916
This commit is contained in:
Cedric BAIL 2011-12-05 16:50:40 +00:00
parent 580ee6e6ac
commit 6bb99f243c
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#include "evas_common.h"
#include "evas_private.h"
#ifdef HAVE_CONFIG_H
# include "config.h" /* so that EAPI in Evas.h is correctly defined */
#endif
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
@ -8,6 +10,8 @@
#endif
#include <math.h>
#include "evas_common.h"
#include "evas_private.h"
#include "../engines/common/evas_convert_color.h"
#include "../engines/common/evas_convert_colorspace.h"
#include "../engines/common/evas_convert_yuv.h"