summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2017-08-17 15:02:11 -0700
committerCedric BAIL <cedric@osg.samsung.com>2017-08-17 15:02:11 -0700
commita21f25b0eb07cf42373bc4303e19cb9cb6cf9dc2 (patch)
treea06197865ea12c62f293bfe748b3f841c7fa408f
parent67fff04cc724d83608c350987b9a5dfea5402d46 (diff)
downloadefl-a21f25b0eb07cf42373bc4303e19cb9cb6cf9dc2.tar.gz
evas: do not double include interface.
This lead to unproperly defined symbol (as they should be build in libefl) on windows with actually no need for it.
-rw-r--r--src/lib/evas/canvas/evas_object_textblock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/evas_object_textblock.c b/src/lib/evas/canvas/evas_object_textblock.c
index 8e6df24129..37f8230140 100644
--- a/src/lib/evas/canvas/evas_object_textblock.c
+++ b/src/lib/evas/canvas/evas_object_textblock.c
@@ -15720,4 +15720,3 @@ _efl_canvas_text_efl_text_cursor_cursor_free(Eo *eo_obj EINA_UNUSED, Efl_Canvas_
}
#include "canvas/efl_canvas_text.eo.c"
-#include "efl/interfaces/efl_text_cursor.eo.c"