diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2018-05-13 18:12:26 +0200 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2018-05-13 18:13:12 +0200 |
commit | 577c00789ac47838d4288680f900a349dbfb3389 (patch) | |
tree | 86425150308369f3c6482ef8c7064ff5ff21952f /src | |
parent | 6bcd70f01d527cb05c16bfde0bf85ce79bef465e (diff) |
eolian: second batch of unused import removals
This fixes all remaining occurences introduced by false negatives
in 6bcd70f01d527cb05c16bfde0bf85ce79bef465e. The rest was already
fixed in 6be3809c04fad847e353edecf5b6eef3c8766df4.
Diffstat (limited to '')
42 files changed, 0 insertions, 78 deletions
diff --git a/src/lib/ecore/ecore_event_message.eo b/src/lib/ecore/ecore_event_message.eo index 57d3848be7..aae68c16e0 100644 --- a/src/lib/ecore/ecore_event_message.eo +++ b/src/lib/ecore/ecore_event_message.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | class Ecore.Event.Message (Efl.Loop_Message) | 1 | class Ecore.Event.Message (Efl.Loop_Message) |
4 | { | 2 | { |
5 | [[ For Legacy API usage Only. Legacy Ecore Events ]] | 3 | [[ For Legacy API usage Only. Legacy Ecore Events ]] |
diff --git a/src/lib/ecore/ecore_event_message_handler.eo b/src/lib/ecore/ecore_event_message_handler.eo index b12e6f87c5..f6f9c07846 100644 --- a/src/lib/ecore/ecore_event_message_handler.eo +++ b/src/lib/ecore/ecore_event_message_handler.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | class Ecore.Event.Message.Handler (Efl.Loop_Message_Handler) | 1 | class Ecore.Event.Message.Handler (Efl.Loop_Message_Handler) |
4 | { | 2 | { |
5 | [[ For Legacy API usage Only | 3 | [[ For Legacy API usage Only |
diff --git a/src/lib/ecore/efl_app.eo b/src/lib/ecore/efl_app.eo index 54724e3025..ee8e63acdc 100644 --- a/src/lib/ecore/efl_app.eo +++ b/src/lib/ecore/efl_app.eo | |||
@@ -1,5 +1,4 @@ | |||
1 | import efl_types; | 1 | import efl_types; |
2 | import eina_types; | ||
3 | 2 | ||
4 | class Efl.App (Efl.Loop) | 3 | class Efl.App (Efl.Loop) |
5 | { | 4 | { |
diff --git a/src/lib/ecore/efl_appthread.eo b/src/lib/ecore/efl_appthread.eo index 58984ed50f..436846e0e9 100644 --- a/src/lib/ecore/efl_appthread.eo +++ b/src/lib/ecore/efl_appthread.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | class Efl.Appthread (Efl.Loop, Efl.ThreadIO) | 1 | class Efl.Appthread (Efl.Loop, Efl.ThreadIO) |
4 | { | 2 | { |
5 | [[ ]] | 3 | [[ ]] |
diff --git a/src/lib/ecore/efl_exe.eo b/src/lib/ecore/efl_exe.eo index 59b8991247..289fe204c3 100644 --- a/src/lib/ecore/efl_exe.eo +++ b/src/lib/ecore/efl_exe.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | enum Efl.Exe.Signal { | 1 | enum Efl.Exe.Signal { |
4 | [[ ]] | 2 | [[ ]] |
5 | int, | 3 | int, |
diff --git a/src/lib/ecore/efl_loop.eo b/src/lib/ecore/efl_loop.eo index 7006e692a0..f3f0139340 100644 --- a/src/lib/ecore/efl_loop.eo +++ b/src/lib/ecore/efl_loop.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | struct Efl.Loop_Arguments { | 1 | struct Efl.Loop_Arguments { |
4 | [[EFL loop arguments data structure]] | 2 | [[EFL loop arguments data structure]] |
5 | argv: const(array<const(stringshare)>); [[Array with loop arguments]] | 3 | argv: const(array<const(stringshare)>); [[Array with loop arguments]] |
diff --git a/src/lib/ecore/efl_loop_fd.eo b/src/lib/ecore/efl_loop_fd.eo index 472bdaf211..34f893e1e6 100644 --- a/src/lib/ecore/efl_loop_fd.eo +++ b/src/lib/ecore/efl_loop_fd.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | class Efl.Loop_Fd (Efl.Loop_Consumer) | 1 | class Efl.Loop_Fd (Efl.Loop_Consumer) |
4 | { | 2 | { |
5 | [[Fds are objects that watch the activity on a given | 3 | [[Fds are objects that watch the activity on a given |
diff --git a/src/lib/ecore/efl_loop_handler.eo b/src/lib/ecore/efl_loop_handler.eo index 7912a81f21..77259b0fea 100644 --- a/src/lib/ecore/efl_loop_handler.eo +++ b/src/lib/ecore/efl_loop_handler.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | enum Efl.Loop.Handler.Flags { | 1 | enum Efl.Loop.Handler.Flags { |
4 | [[ A set of flags that can be OR'd together to indicate which are | 2 | [[ A set of flags that can be OR'd together to indicate which are |
5 | desired ]] | 3 | desired ]] |
diff --git a/src/lib/ecore/efl_loop_message.eo b/src/lib/ecore/efl_loop_message.eo index a8079266ce..2aec142abc 100644 --- a/src/lib/ecore/efl_loop_message.eo +++ b/src/lib/ecore/efl_loop_message.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | class Efl.Loop_Message (Efl.Object) | 1 | class Efl.Loop_Message (Efl.Object) |
4 | { | 2 | { |
5 | [[Base message payload object class. Inherit this and extend for | 3 | [[Base message payload object class. Inherit this and extend for |
diff --git a/src/lib/ecore/efl_loop_message_future.eo b/src/lib/ecore/efl_loop_message_future.eo index 02d8cb471d..5a86333f29 100644 --- a/src/lib/ecore/efl_loop_message_future.eo +++ b/src/lib/ecore/efl_loop_message_future.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | class Efl.Loop_Message_Future (Efl.Loop_Message) | 1 | class Efl.Loop_Message_Future (Efl.Loop_Message) |
4 | { | 2 | { |
5 | [[ Used internally for futures on the loop ]] | 3 | [[ Used internally for futures on the loop ]] |
diff --git a/src/lib/ecore/efl_loop_message_future_handler.eo b/src/lib/ecore/efl_loop_message_future_handler.eo index 06ccb548bc..0b30847c3a 100644 --- a/src/lib/ecore/efl_loop_message_future_handler.eo +++ b/src/lib/ecore/efl_loop_message_future_handler.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | class Efl.Loop_Message_Future_Handler (Efl.Loop_Message_Handler) | 1 | class Efl.Loop_Message_Future_Handler (Efl.Loop_Message_Handler) |
4 | { | 2 | { |
5 | [[ Internal use for future on an efl loop - replacing legacy ecore events ]] | 3 | [[ Internal use for future on an efl loop - replacing legacy ecore events ]] |
diff --git a/src/lib/ecore/efl_loop_message_handler.eo b/src/lib/ecore/efl_loop_message_handler.eo index 7888fbcc93..bf77810713 100644 --- a/src/lib/ecore/efl_loop_message_handler.eo +++ b/src/lib/ecore/efl_loop_message_handler.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | class Efl.Loop_Message_Handler (Efl.Object) | 1 | class Efl.Loop_Message_Handler (Efl.Object) |
4 | { | 2 | { |
5 | [[Message handlers represent a single message type on the Efl.Loop | 3 | [[Message handlers represent a single message type on the Efl.Loop |
diff --git a/src/lib/ecore/efl_model_container_item.eo b/src/lib/ecore/efl_model_container_item.eo index 20a1b7fa27..f20ae03694 100644 --- a/src/lib/ecore/efl_model_container_item.eo +++ b/src/lib/ecore/efl_model_container_item.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | class Efl.Model_Container_Item (Efl.Object, Efl.Model) | 1 | class Efl.Model_Container_Item (Efl.Object, Efl.Model) |
4 | { | 2 | { |
5 | [[ | 3 | [[ |
diff --git a/src/lib/ecore/efl_model_item.eo b/src/lib/ecore/efl_model_item.eo index 5afa819b02..56f6c89782 100644 --- a/src/lib/ecore/efl_model_item.eo +++ b/src/lib/ecore/efl_model_item.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | class Efl.Model_Item (Efl.Object, Efl.Model) | 1 | class Efl.Model_Item (Efl.Object, Efl.Model) |
4 | { | 2 | { |
5 | [[ | 3 | [[ |
diff --git a/src/lib/ecore/efl_task.eo b/src/lib/ecore/efl_task.eo index 0c6a4c1cb6..00a01f3914 100644 --- a/src/lib/ecore/efl_task.eo +++ b/src/lib/ecore/efl_task.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | enum Efl.Task.Priority { | 1 | enum Efl.Task.Priority { |
4 | [[ ]] | 2 | [[ ]] |
5 | normal, | 3 | normal, |
diff --git a/src/lib/ecore/efl_thread.eo b/src/lib/ecore/efl_thread.eo index b3b6cc0dc9..565bca43c7 100644 --- a/src/lib/ecore/efl_thread.eo +++ b/src/lib/ecore/efl_thread.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | class Efl.Thread (Efl.Task, Efl.ThreadIO) | 1 | class Efl.Thread (Efl.Task, Efl.ThreadIO) |
4 | { | 2 | { |
5 | methods { | 3 | methods { |
diff --git a/src/lib/ecore/efl_threadio.eo b/src/lib/ecore/efl_threadio.eo index 8cca7289d8..1d3af45cdc 100644 --- a/src/lib/ecore/efl_threadio.eo +++ b/src/lib/ecore/efl_threadio.eo | |||
@@ -1,5 +1,4 @@ | |||
1 | import efl_object; | 1 | import efl_object; |
2 | import eina_types; | ||
3 | 2 | ||
4 | function EFlThreadIOCall { | 3 | function EFlThreadIOCall { |
5 | [[ A Function to call on the "other end" of a thread obvject ]] | 4 | [[ A Function to call on the "other end" of a thread obvject ]] |
diff --git a/src/lib/edje/efl_canvas_layout_part_external.eo b/src/lib/edje/efl_canvas_layout_part_external.eo index 8c81d62a86..e3d3b48a32 100644 --- a/src/lib/edje/efl_canvas_layout_part_external.eo +++ b/src/lib/edje/efl_canvas_layout_part_external.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import edje_types; | ||
2 | |||
3 | class Efl.Canvas.Layout_Part_External (Efl.Canvas.Layout_Part, Efl.Content, | 1 | class Efl.Canvas.Layout_Part_External (Efl.Canvas.Layout_Part, Efl.Content, |
4 | Efl.Canvas.Object) | 2 | Efl.Canvas.Object) |
5 | { | 3 | { |
diff --git a/src/lib/edje/efl_canvas_layout_part_invalid.eo b/src/lib/edje/efl_canvas_layout_part_invalid.eo index 45722c5b1c..058220d00a 100644 --- a/src/lib/edje/efl_canvas_layout_part_invalid.eo +++ b/src/lib/edje/efl_canvas_layout_part_invalid.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import edje_types; | ||
2 | |||
3 | class Efl.Canvas.Layout_Part_Invalid (Efl.Canvas.Layout_Part, Efl.Content, | 1 | class Efl.Canvas.Layout_Part_Invalid (Efl.Canvas.Layout_Part, Efl.Content, |
4 | Efl.Pack_Linear, Efl.Ui.Direction, | 2 | Efl.Pack_Linear, Efl.Ui.Direction, |
5 | Efl.Pack_Table, Efl.Text, | 3 | Efl.Pack_Table, Efl.Text, |
diff --git a/src/lib/efl/interfaces/efl_pack.eo b/src/lib/efl/interfaces/efl_pack.eo index bff8d9446f..88efd16e23 100644 --- a/src/lib/efl/interfaces/efl_pack.eo +++ b/src/lib/efl/interfaces/efl_pack.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | interface Efl.Pack (Efl.Container) | 1 | interface Efl.Pack (Efl.Container) |
4 | { | 2 | { |
5 | [[API common to all UI container objects.]] | 3 | [[API common to all UI container objects.]] |
diff --git a/src/lib/eio/eio_sentry.eo b/src/lib/eio/eio_sentry.eo index 2c97e2c805..8f87a29025 100644 --- a/src/lib/eio/eio_sentry.eo +++ b/src/lib/eio/eio_sentry.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | struct Eio.Sentry.Event | 1 | struct Eio.Sentry.Event |
4 | { | 2 | { |
5 | [[Wraps the data about a monitor event on a file.]] | 3 | [[Wraps the data about a monitor event on a file.]] |
diff --git a/src/lib/eldbus/eldbus_model_connection.eo b/src/lib/eldbus/eldbus_model_connection.eo index 5d13cd965e..5b392ab82f 100644 --- a/src/lib/eldbus/eldbus_model_connection.eo +++ b/src/lib/eldbus/eldbus_model_connection.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eldbus_types; | ||
2 | |||
3 | class Eldbus.Model.Connection (Eldbus.Model) { | 1 | class Eldbus.Model.Connection (Eldbus.Model) { |
4 | [[Eldbus model connection class]] | 2 | [[Eldbus model connection class]] |
5 | 3 | ||
diff --git a/src/lib/eldbus/eldbus_model_object.eo b/src/lib/eldbus/eldbus_model_object.eo index 806af546a3..2931621d62 100644 --- a/src/lib/eldbus/eldbus_model_object.eo +++ b/src/lib/eldbus/eldbus_model_object.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eldbus_types; | ||
2 | |||
3 | class Eldbus.Model.Object (Eldbus.Model) { | 1 | class Eldbus.Model.Object (Eldbus.Model) { |
4 | [[Eldbus model object class]] | 2 | [[Eldbus model object class]] |
5 | 3 | ||
diff --git a/src/lib/elementary/efl_ui_view_list_relayout.eo b/src/lib/elementary/efl_ui_view_list_relayout.eo index 8a442ced42..f1d7f4b7ed 100644 --- a/src/lib/elementary/efl_ui_view_list_relayout.eo +++ b/src/lib/elementary/efl_ui_view_list_relayout.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_ui_view_list_types; | ||
2 | |||
3 | interface Efl.Ui.View_List_Relayout (Efl.Interface) | 1 | interface Efl.Ui.View_List_Relayout (Efl.Interface) |
4 | { | 2 | { |
5 | methods { | 3 | methods { |
diff --git a/src/lib/elementary/efl_ui_view_list_segarray.eo b/src/lib/elementary/efl_ui_view_list_segarray.eo index 8b09e2fa2f..a3bc275976 100644 --- a/src/lib/elementary/efl_ui_view_list_segarray.eo +++ b/src/lib/elementary/efl_ui_view_list_segarray.eo | |||
@@ -1,4 +1,3 @@ | |||
1 | import elm_general; | ||
2 | import efl_ui_view_list_types; | 1 | import efl_ui_view_list_types; |
3 | 2 | ||
4 | class Efl.Ui.View_List_SegArray (Efl.Object) | 3 | class Efl.Ui.View_List_SegArray (Efl.Object) |
diff --git a/src/lib/elementary/elm_code_widget.eo b/src/lib/elementary/elm_code_widget.eo index 1353eb64e4..0f27eb6b97 100644 --- a/src/lib/elementary/elm_code_widget.eo +++ b/src/lib/elementary/elm_code_widget.eo | |||
@@ -1,5 +1,4 @@ | |||
1 | import elm_interface_scrollable; | 1 | import elm_interface_scrollable; |
2 | import elm_general; | ||
3 | 2 | ||
4 | /* FIXME: Those types make elm_code unusable from pure EO */ | 3 | /* FIXME: Those types make elm_code unusable from pure EO */ |
5 | struct @extern Elm_Code; [[Elementary code main data structure]] /* The main interface currently defined in code */ | 4 | struct @extern Elm_Code; [[Elementary code main data structure]] /* The main interface currently defined in code */ |
diff --git a/src/lib/elementary/elm_interface_scrollable.eo b/src/lib/elementary/elm_interface_scrollable.eo index afe1678839..1ff276376e 100644 --- a/src/lib/elementary/elm_interface_scrollable.eo +++ b/src/lib/elementary/elm_interface_scrollable.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import elm_general; | ||
2 | |||
3 | type Elm_Interface_Scrollable_Cb: __undefined_type; [[Elementary interface scrollable callback type]] | 1 | type Elm_Interface_Scrollable_Cb: __undefined_type; [[Elementary interface scrollable callback type]] |
4 | type Elm_Interface_Scrollable_Resize_Cb: __undefined_type; [[Elementary interface scrollable resize callback type]] | 2 | type Elm_Interface_Scrollable_Resize_Cb: __undefined_type; [[Elementary interface scrollable resize callback type]] |
5 | type Elm_Interface_Scrollable_Min_Limit_Cb: __undefined_type; [[Elementary interface scrollable minimal limit callback type]] | 3 | type Elm_Interface_Scrollable_Min_Limit_Cb: __undefined_type; [[Elementary interface scrollable minimal limit callback type]] |
diff --git a/src/lib/elementary/elm_prefs.eo b/src/lib/elementary/elm_prefs.eo index 0f91b45f4e..84159f0825 100644 --- a/src/lib/elementary/elm_prefs.eo +++ b/src/lib/elementary/elm_prefs.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | type Elm_Prefs_Data: __undefined_type; [[Elementary preferences data type]] | 1 | type Elm_Prefs_Data: __undefined_type; [[Elementary preferences data type]] |
4 | type Elm_Prefs_Reset_Mode: __undefined_type; [[Elementary preferences reset mode type]] | 2 | type Elm_Prefs_Reset_Mode: __undefined_type; [[Elementary preferences reset mode type]] |
5 | 3 | ||
diff --git a/src/lib/evas/canvas/efl_canvas_animation_alpha.eo b/src/lib/evas/canvas/efl_canvas_animation_alpha.eo index 621e86a707..2ef971e013 100644 --- a/src/lib/evas/canvas/efl_canvas_animation_alpha.eo +++ b/src/lib/evas/canvas/efl_canvas_animation_alpha.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_canvas_animation_types; | ||
2 | |||
3 | class Efl.Canvas.Animation_Alpha (Efl.Canvas.Animation) | 1 | class Efl.Canvas.Animation_Alpha (Efl.Canvas.Animation) |
4 | { | 2 | { |
5 | [[Efl alpha animation class]] | 3 | [[Efl alpha animation class]] |
diff --git a/src/lib/evas/canvas/efl_canvas_animation_group.eo b/src/lib/evas/canvas/efl_canvas_animation_group.eo index 1041c21589..76fcbb2d81 100644 --- a/src/lib/evas/canvas/efl_canvas_animation_group.eo +++ b/src/lib/evas/canvas/efl_canvas_animation_group.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_canvas_animation_types; | ||
2 | |||
3 | abstract Efl.Canvas.Animation_Group (Efl.Canvas.Animation) | 1 | abstract Efl.Canvas.Animation_Group (Efl.Canvas.Animation) |
4 | { | 2 | { |
5 | [[Efl group animation abstract class]] | 3 | [[Efl group animation abstract class]] |
diff --git a/src/lib/evas/canvas/efl_canvas_animation_group_parallel.eo b/src/lib/evas/canvas/efl_canvas_animation_group_parallel.eo index cabf201ef6..98700ec8b9 100644 --- a/src/lib/evas/canvas/efl_canvas_animation_group_parallel.eo +++ b/src/lib/evas/canvas/efl_canvas_animation_group_parallel.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_canvas_animation_types; | ||
2 | |||
3 | class Efl.Canvas.Animation_Group_Parallel (Efl.Canvas.Animation_Group) | 1 | class Efl.Canvas.Animation_Group_Parallel (Efl.Canvas.Animation_Group) |
4 | { | 2 | { |
5 | [[Efl group parallel animation class]] | 3 | [[Efl group parallel animation class]] |
diff --git a/src/lib/evas/canvas/efl_canvas_animation_group_sequential.eo b/src/lib/evas/canvas/efl_canvas_animation_group_sequential.eo index 468845a9bd..8cdce7f0f5 100644 --- a/src/lib/evas/canvas/efl_canvas_animation_group_sequential.eo +++ b/src/lib/evas/canvas/efl_canvas_animation_group_sequential.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_canvas_animation_types; | ||
2 | |||
3 | class Efl.Canvas.Animation_Group_Sequential (Efl.Canvas.Animation_Group) | 1 | class Efl.Canvas.Animation_Group_Sequential (Efl.Canvas.Animation_Group) |
4 | { | 2 | { |
5 | [[Efl group sequential animation class]] | 3 | [[Efl group sequential animation class]] |
diff --git a/src/lib/evas/canvas/efl_canvas_animation_player.eo b/src/lib/evas/canvas/efl_canvas_animation_player.eo index c858ed2566..61e9f72d49 100644 --- a/src/lib/evas/canvas/efl_canvas_animation_player.eo +++ b/src/lib/evas/canvas/efl_canvas_animation_player.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_canvas_animation_types; | ||
2 | |||
3 | class Efl.Canvas.Animation_Player (Efl.Object, Efl.Player) | 1 | class Efl.Canvas.Animation_Player (Efl.Object, Efl.Player) |
4 | { | 2 | { |
5 | [[Efl animation object class]] | 3 | [[Efl animation object class]] |
diff --git a/src/lib/evas/canvas/efl_canvas_animation_rotate.eo b/src/lib/evas/canvas/efl_canvas_animation_rotate.eo index a5ff56d907..c7f9da197c 100644 --- a/src/lib/evas/canvas/efl_canvas_animation_rotate.eo +++ b/src/lib/evas/canvas/efl_canvas_animation_rotate.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_canvas_animation_types; | ||
2 | |||
3 | class Efl.Canvas.Animation_Rotate (Efl.Canvas.Animation) | 1 | class Efl.Canvas.Animation_Rotate (Efl.Canvas.Animation) |
4 | { | 2 | { |
5 | [[Efl rotate animation class]] | 3 | [[Efl rotate animation class]] |
diff --git a/src/lib/evas/canvas/efl_canvas_animation_scale.eo b/src/lib/evas/canvas/efl_canvas_animation_scale.eo index 5a92926b79..79a4d2247b 100644 --- a/src/lib/evas/canvas/efl_canvas_animation_scale.eo +++ b/src/lib/evas/canvas/efl_canvas_animation_scale.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_canvas_animation_types; | ||
2 | |||
3 | class Efl.Canvas.Animation_Scale (Efl.Canvas.Animation) | 1 | class Efl.Canvas.Animation_Scale (Efl.Canvas.Animation) |
4 | { | 2 | { |
5 | [[Efl scale animation class]] | 3 | [[Efl scale animation class]] |
diff --git a/src/lib/evas/canvas/efl_canvas_animation_translate.eo b/src/lib/evas/canvas/efl_canvas_animation_translate.eo index 29daa14481..29276c4ec3 100644 --- a/src/lib/evas/canvas/efl_canvas_animation_translate.eo +++ b/src/lib/evas/canvas/efl_canvas_animation_translate.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_canvas_animation_types; | ||
2 | |||
3 | class Efl.Canvas.Animation_Translate (Efl.Canvas.Animation) | 1 | class Efl.Canvas.Animation_Translate (Efl.Canvas.Animation) |
4 | { | 2 | { |
5 | [[Efl translate animation class]] | 3 | [[Efl translate animation class]] |
diff --git a/src/lib/evas/canvas/efl_canvas_filter_internal.eo b/src/lib/evas/canvas/efl_canvas_filter_internal.eo index 0298b8305e..e25eba1584 100644 --- a/src/lib/evas/canvas/efl_canvas_filter_internal.eo +++ b/src/lib/evas/canvas/efl_canvas_filter_internal.eo | |||
@@ -1,5 +1,4 @@ | |||
1 | // import efl_gfx_types -> need to add Efl.Gfx.Color | 1 | // import efl_gfx_types -> need to add Efl.Gfx.Color |
2 | import eina_types; | ||
3 | 2 | ||
4 | /* Everything in this file is internal to Evas. It is not meant to be used | 3 | /* Everything in this file is internal to Evas. It is not meant to be used |
5 | from outside EFL itself! */ | 4 | from outside EFL itself! */ |
diff --git a/src/lib/evas/canvas/efl_input_interface.eo b/src/lib/evas/canvas/efl_input_interface.eo index 68408a3281..7d9df41025 100644 --- a/src/lib/evas/canvas/efl_input_interface.eo +++ b/src/lib/evas/canvas/efl_input_interface.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import eina_types; | ||
2 | |||
3 | interface Efl.Input.Interface () | 1 | interface Efl.Input.Interface () |
4 | { | 2 | { |
5 | [[An object implementing this interface can send pointer events. | 3 | [[An object implementing this interface can send pointer events. |
diff --git a/src/lib/evas/canvas/evas_canvas3d_mesh.eo b/src/lib/evas/canvas/evas_canvas3d_mesh.eo index 2305a0cd66..04771d7d45 100644 --- a/src/lib/evas/canvas/evas_canvas3d_mesh.eo +++ b/src/lib/evas/canvas/evas_canvas3d_mesh.eo | |||
@@ -1,4 +1,3 @@ | |||
1 | import eina_types; | ||
2 | import evas_canvas3d_types; | 1 | import evas_canvas3d_types; |
3 | 2 | ||
4 | struct @extern Eina.Inarray; [[Eina inarray data structure]] | 3 | struct @extern Eina.Inarray; [[Eina inarray data structure]] |
diff --git a/src/lib/evas/gesture/efl_canvas_gesture_long_tap.eo b/src/lib/evas/gesture/efl_canvas_gesture_long_tap.eo index 9060349855..50c73d757a 100644 --- a/src/lib/evas/gesture/efl_canvas_gesture_long_tap.eo +++ b/src/lib/evas/gesture/efl_canvas_gesture_long_tap.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_canvas_gesture_types; | ||
2 | |||
3 | class Efl.Canvas.Gesture_Long_Tap (Efl.Canvas.Gesture) | 1 | class Efl.Canvas.Gesture_Long_Tap (Efl.Canvas.Gesture) |
4 | { | 2 | { |
5 | [[EFL Gesture Long Tap class]] | 3 | [[EFL Gesture Long Tap class]] |
diff --git a/src/lib/evas/gesture/efl_canvas_gesture_manager.eo b/src/lib/evas/gesture/efl_canvas_gesture_manager.eo index 96cbc7b26b..79fc3cc595 100644 --- a/src/lib/evas/gesture/efl_canvas_gesture_manager.eo +++ b/src/lib/evas/gesture/efl_canvas_gesture_manager.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_canvas_gesture_types; | ||
2 | |||
3 | class Efl.Canvas.Gesture_Manager (Efl.Object) | 1 | class Efl.Canvas.Gesture_Manager (Efl.Object) |
4 | { | 2 | { |
5 | [[EFL Gesture Manager class]] | 3 | [[EFL Gesture Manager class]] |
diff --git a/src/lib/evas/gesture/efl_canvas_gesture_tap.eo b/src/lib/evas/gesture/efl_canvas_gesture_tap.eo index 4dade414eb..dcb4ba6685 100644 --- a/src/lib/evas/gesture/efl_canvas_gesture_tap.eo +++ b/src/lib/evas/gesture/efl_canvas_gesture_tap.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_canvas_gesture_types; | ||
2 | |||
3 | class Efl.Canvas.Gesture_Tap(Efl.Canvas.Gesture) | 1 | class Efl.Canvas.Gesture_Tap(Efl.Canvas.Gesture) |
4 | { | 2 | { |
5 | [[EFL Gesture Tap class]] | 3 | [[EFL Gesture Tap class]] |