summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@samsung.com>2020-04-19 01:44:50 +0200
committerDaniel Kolesa <d.kolesa@samsung.com>2020-04-19 01:44:50 +0200
commit7791d9fac6852c3ad5316f9d8da38b8b744354e3 (patch)
tree0829e405a48d3f8af8e78d11a8a87e34e543f907 /src/lib/ecore_con
parentcdf48fcf704b6d7964fc6fb3a33bb5bd4b3d0dd3 (diff)
downloadefl-7791d9fac6852c3ad5316f9d8da38b8b744354e3.tar.gz
remove unused imports in eo/eot files
Diffstat (limited to 'src/lib/ecore_con')
-rw-r--r--src/lib/ecore_con/efl_net_http_types.eot2
-rw-r--r--src/lib/ecore_con/efl_net_types.eot2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ecore_con/efl_net_http_types.eot b/src/lib/ecore_con/efl_net_http_types.eot
index 63784f86e9..15b84f5203 100644
--- a/src/lib/ecore_con/efl_net_http_types.eot
+++ b/src/lib/ecore_con/efl_net_http_types.eot
@@ -1,5 +1,3 @@
-import eina_types;
-
enum @beta Efl.Net.Http.Version {
[[HTTP protocol versions]]
diff --git a/src/lib/ecore_con/efl_net_types.eot b/src/lib/ecore_con/efl_net_types.eot
index 36d8bba1ec..1d3cbb3da5 100644
--- a/src/lib/ecore_con/efl_net_types.eot
+++ b/src/lib/ecore_con/efl_net_types.eot
@@ -1,3 +1 @@
-import eina_types;
-
error @beta Efl.Net.Error.COULDNT_RESOLVE_HOST = "Couldn't resolve host name"; [[Could not resolve the given host name]]