include the headers in the correct order so that EAPI is correctly defined on Windows

from caro


SVN revision: 38234
This commit is contained in:
Jonathan Atton 2008-12-19 20:54:13 +00:00
parent 5383cabf2b
commit 11c671429e
1 changed files with 9 additions and 3 deletions

View File

@ -1,10 +1,16 @@
#include "Ecore_Getopt.h"
#include <Ecore.h>
#include <string.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
#include <Ecore.h>
#include "Ecore_Getopt.h"
static const char *prog = NULL;
static char **argv = NULL;
static int argc = 0;