From 8d66e109a992f4f9972276954a34a53939c91117 Mon Sep 17 00:00:00 2001 From: devilhorns Date: Sat, 6 Feb 2010 22:14:32 +0000 Subject: [PATCH] No need to include sys/types twice. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@45954 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore/Ecore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index 379feb1..96bf60f 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h @@ -1,7 +1,6 @@ #ifndef _ECORE_H #define _ECORE_H -#include #include #ifdef EAPI @@ -61,6 +60,7 @@ # include # include #endif + #include #ifdef __cplusplus -- 2.7.4