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.
This commit is contained in:
Cedric BAIL 2017-08-17 15:02:11 -07:00
parent 67fff04cc7
commit a21f25b0eb
1 changed files with 0 additions and 1 deletions

View File

@ -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"