fix compilation on linux after having fixed compilation on windows...
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Apr 2009 17:20:29 +0000 (17:20 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Apr 2009 17:20:29 +0000 (17:20 +0000)
sorry

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39992 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas_private.h
src/lib/ecore_evas/ecore_evas_util.c

index 7ffe5fa..ef0a262 100644 (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
 
index 445ff3d..d5b6580 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <string.h>
 
-#include "Ecore.h"
+#include <Ecore.h>
 
 #include "ecore_private.h"
 #include "ecore_evas_private.h"