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.
devs/woohyun/ui_scrollable
Cedric BAIL 6 years ago
parent 67fff04cc7
commit a21f25b0eb
  1. 1
      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"

Loading…
Cancel
Save