diff options
Diffstat (limited to 'src/lib/ecore_ipc/ecore_ipc.c')
-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> |