fix win32 build

SVN revision: 58642
This commit is contained in:
Vincent Torri 2011-04-13 17:51:00 +00:00
parent 3d26976ef8
commit a303d5add7
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,6 @@ extern "C"
void *alloca (size_t);
#endif
#include "eina_simple_xml_parser.h"
#include <strings.h>
#include <string.h>
#include <ctype.h>
@ -53,6 +51,7 @@ void *alloca (size_t);
#include "eina_mempool.h"
#include "eina_stringshare.h"
#include "eina_strbuf.h"
#include "eina_simple_xml_parser.h"
/*============================================================================*
* Local *