evil after alloca
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Aug 2010 10:38:15 +0000 (10:38 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Aug 2010 10:38:15 +0000 (10:38 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@51639 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_private.h

index 9d85edd..1a6e5c8 100644 (file)
@@ -5,10 +5,6 @@
 # include <config.h>
 #endif
 
-#ifdef HAVE_EVIL
-# include <Evil.h>
-#endif
-
 #ifdef HAVE_ALLOCA_H
 # include <alloca.h>
 #elif defined __GNUC__
 void *alloca (size_t);
 #endif
 
+#ifdef HAVE_EVIL
+# include <Evil.h>
+#endif
+
 #include <Eina.h>
 #include <Evas.h>
 #include <Ecore.h>