From ca4485f21df3a377298683340d2069ea62782e01 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 5 Dec 2011 15:38:55 +0000 Subject: [PATCH] always have the file which includes config.h first! SPANK SPANK SPANK cedric! SVN revision: 65912 --- legacy/evas/src/lib/canvas/evas_object_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/evas/src/lib/canvas/evas_object_image.c b/legacy/evas/src/lib/canvas/evas_object_image.c index 7db46d9ebb..74dcbb33a6 100644 --- a/legacy/evas/src/lib/canvas/evas_object_image.c +++ b/legacy/evas/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"