fix compilation on linux after having fixed compilation on windows...

sorry


SVN revision: 39992
This commit is contained in:
Vincent Torri 2009-04-11 17:20:29 +00:00
parent b2eeca9783
commit 764a5550fa
2 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,6 @@
# include <config.h>
#endif
#include "ecore_private.h"
#include "Ecore_Data.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
@ -20,6 +17,9 @@
#endif
#include <Evas.h>
#include <ecore_private.h>
#include <Ecore_Data.h>
#include <Ecore_Input.h>
#define ECORE_MAGIC_EVAS 0x76543211

View File

@ -8,7 +8,7 @@
#include <string.h>
#include "Ecore.h"
#include <Ecore.h>
#include "ecore_private.h"
#include "ecore_evas_private.h"