Ecore_Ipc: remove useless includes

SVN revision: 79767
This commit is contained in:
Vincent Torri 2012-11-28 07:30:30 +00:00
parent 8e1c6b2bb3
commit 5dd5f3f6c5
1 changed files with 0 additions and 6 deletions

View File

@ -13,12 +13,6 @@
# include <winsock2.h>
#endif
#if USE_GNUTLS_OPENSSL
# include <gnutls/openssl.h>
#elif USE_OPENSSL
# include <openssl/ssl.h>
#endif
#include <Ecore.h>
#include <ecore_private.h>
#include <Ecore_Con.h>