barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=54ca7db20b1cc5082496b380c09e1d6e6d34367a
commit 54ca7db20b1cc5082496b380c09e1d6e6d34367a Author: Gustavo Sverzut Barbieri <barbi...@profusion.mobi> Date: Tue Nov 22 17:31:56 2016 -0200 ecore_ipc: remove unused headers. --- src/lib/ecore_ipc/ecore_ipc.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lib/ecore_ipc/ecore_ipc.c b/src/lib/ecore_ipc/ecore_ipc.c index ed732c4..7c886e9 100644 --- a/src/lib/ecore_ipc/ecore_ipc.c +++ b/src/lib/ecore_ipc/ecore_ipc.c @@ -5,14 +5,6 @@ #include <string.h> #include <sys/types.h> -#ifdef HAVE_NETINET_IN_H -# include <netinet/in.h> -#endif - -#ifdef HAVE_WINSOCK2_H -# include <winsock2.h> -#endif - #include <Ecore.h> #include <ecore_private.h> #include <Ecore_Con.h> --