From: discomfitor Date: Mon, 5 Dec 2011 15:38:55 +0000 (+0000) Subject: always have the file which includes config.h first! X-Git-Tag: accepted/2.0/20130306.225542~155^2~116 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=037497a3bad25de7f8df6366b25874cb0ee6a87e;p=profile%2Fivi%2Fevas.git always have the file which includes config.h first! SPANK SPANK SPANK cedric! git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@65912 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/canvas/evas_object_image.c b/src/lib/canvas/evas_object_image.c index 7db46d9..74dcbb3 100644 --- a/src/lib/canvas/evas_object_image.c +++ b/src/lib/canvas/evas_object_image.c @@ -1,3 +1,5 @@ +#include "evas_common.h" +#include "evas_private.h" #include #include #include @@ -6,8 +8,6 @@ #endif #include -#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"