diff --git a/src/examples/ecore/ecore_con_client_simple_example.c b/src/examples/ecore/ecore_con_client_simple_example.c index e122b26cf4..ab669dbb0e 100644 --- a/src/examples/ecore/ecore_con_client_simple_example.c +++ b/src/examples/ecore/ecore_con_client_simple_example.c @@ -5,12 +5,6 @@ #include #include -#ifdef HAVE_CONFIG_H -# include "config.h" -#else -# define EINA_UNUSED -#endif - struct _Server { int sdata; diff --git a/src/examples/ecore/ecore_con_server_http_example.c b/src/examples/ecore/ecore_con_server_http_example.c index c6e9c23bfb..1269b73536 100644 --- a/src/examples/ecore/ecore_con_server_http_example.c +++ b/src/examples/ecore/ecore_con_server_http_example.c @@ -6,12 +6,6 @@ #include #include -#ifdef HAVE_CONFIG_H -# include "config.h" -#else -# define EINA_UNUSED -#endif - static const char response_template[] = "HTTP/1.0 200 OK\r\n" "Server: Ecore_Con custom server\r\n" diff --git a/src/examples/ecore/ecore_con_server_simple_example.c b/src/examples/ecore/ecore_con_server_simple_example.c index 8cae748675..3c46ea2965 100644 --- a/src/examples/ecore/ecore_con_server_simple_example.c +++ b/src/examples/ecore/ecore_con_server_simple_example.c @@ -5,12 +5,6 @@ #include #include -#ifdef HAVE_CONFIG_H -# include "config.h" -#else -# define EINA_UNUSED -#endif - struct _Client { int sdata; diff --git a/src/examples/ecore/ecore_con_url_cookies_example.c b/src/examples/ecore/ecore_con_url_cookies_example.c index dce99895c8..9c829ce3a9 100644 --- a/src/examples/ecore/ecore_con_url_cookies_example.c +++ b/src/examples/ecore/ecore_con_url_cookies_example.c @@ -6,12 +6,6 @@ #include #include -#ifdef HAVE_CONFIG_H -# include "config.h" -#else -# define EINA_UNUSED -#endif - #define COOKIEJAR "cookies.jar" static Eina_Bool