evil after alloca

SVN revision: 51639
This commit is contained in:
Carsten Haitzler 2010-08-25 10:38:15 +00:00
parent 195960ebac
commit fa19a2685b
1 changed files with 4 additions and 4 deletions

View 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__
@ -23,6 +19,10 @@
void *alloca (size_t);
#endif
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#include <Eina.h>
#include <Evas.h>
#include <Ecore.h>