No need to include sys/types twice.

SVN revision: 45954
This commit is contained in:
Christopher Michael 2010-02-06 22:14:32 +00:00
parent c4ac21cc74
commit 5306e3c050
1 changed files with 1 additions and 1 deletions

View 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