always have the file which includes config.h first!
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Dec 2011 15:38:55 +0000 (15:38 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Dec 2011 15:38:55 +0000 (15:38 +0000)
SPANK SPANK SPANK cedric!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@65912 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_image.c

index 7db46d9..74dcbb3 100644 (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"