No need to include sys/types twice.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 6 Feb 2010 22:14:32 +0000 (22:14 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 6 Feb 2010 22:14:32 +0000 (22:14 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@45954 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/Ecore.h

index 379feb1..96bf60f 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef _ECORE_H
 #define _ECORE_H
 
-#include <sys/types.h>
 #include <Eina.h>
 
 #ifdef EAPI
@@ -61,6 +60,7 @@
 # include <sys/time.h>
 # include <signal.h>
 #endif
+
 #include <sys/types.h>
 
 #ifdef __cplusplus