diff options
author | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2016-11-22 17:31:56 -0200 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2016-11-22 19:50:11 -0200 |
commit | 54ca7db20b1cc5082496b380c09e1d6e6d34367a (patch) | |
tree | a85ea3f78be29dbc6cf33b72acd57b59afc50585 | |
parent | 302cf367221e868e79e05e885c54116920f63fa1 (diff) |
ecore_ipc: remove unused headers.
-rw-r--r-- | src/lib/ecore_ipc/ecore_ipc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/ecore_ipc/ecore_ipc.c b/src/lib/ecore_ipc/ecore_ipc.c index ed732c4e5b..7c886e90ed 100644 --- a/src/lib/ecore_ipc/ecore_ipc.c +++ b/src/lib/ecore_ipc/ecore_ipc.c | |||
@@ -5,14 +5,6 @@ | |||
5 | #include <string.h> | 5 | #include <string.h> |
6 | #include <sys/types.h> | 6 | #include <sys/types.h> |
7 | 7 | ||
8 | #ifdef HAVE_NETINET_IN_H | ||
9 | # include <netinet/in.h> | ||
10 | #endif | ||
11 | |||
12 | #ifdef HAVE_WINSOCK2_H | ||
13 | # include <winsock2.h> | ||
14 | #endif | ||
15 | |||
16 | #include <Ecore.h> | 8 | #include <Ecore.h> |
17 | #include <ecore_private.h> | 9 | #include <ecore_private.h> |
18 | #include <Ecore_Con.h> | 10 | #include <Ecore_Con.h> |