always have the file which includes config.h first!

SPANK SPANK SPANK cedric!


SVN revision: 65912
This commit is contained in:
Mike Blumenkrantz 2011-12-05 15:38:55 +00:00
parent ad7e82bae0
commit ca4485f21d
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,5 @@
#include "evas_common.h"
#include "evas_private.h"
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
@ -6,8 +8,6 @@
#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"