From 037497a3bad25de7f8df6366b25874cb0ee6a87e Mon Sep 17 00:00:00 2001 From: discomfitor Date: Mon, 5 Dec 2011 15:38:55 +0000 Subject: [PATCH] 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 --- src/lib/canvas/evas_object_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.7.4