diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-10 17:22:13 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-10 17:22:43 +0900 |
commit | 36cec53890ac8f9fd9133e99d457c9a87437a067 (patch) | |
tree | da8665776b67cb54069baa01cd539231448f3360 /src/lib/evas/Evas_Eo.h | |
parent | 55135870ec54cba8f6d7db874f578eb0aca9d571 (diff) |
Evas: Fix previous commit
Thanks @ami
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index 9f832d5b79..eff2dcbfe5 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -2,7 +2,6 @@ | |||
2 | # error You shall not include this header directly | 2 | # error You shall not include this header directly |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #include "canvas/evas_signal_interface.eo.h" | ||
6 | #include "canvas/evas_draggable_interface.eo.h" | 5 | #include "canvas/evas_draggable_interface.eo.h" |
7 | #include "canvas/evas_clickable_interface.eo.h" | 6 | #include "canvas/evas_clickable_interface.eo.h" |
8 | #include "canvas/evas_scrollable_interface.eo.h" | 7 | #include "canvas/evas_scrollable_interface.eo.h" |
@@ -10,7 +9,6 @@ | |||
10 | #include "canvas/evas_zoomable_interface.eo.h" | 9 | #include "canvas/evas_zoomable_interface.eo.h" |
11 | 10 | ||
12 | // Interface classes links | 11 | // Interface classes links |
13 | #define EVAS_SMART_SIGNAL_INTERFACE EVAS_SIGNAL_INTERFACE_INTERFACE | ||
14 | #define EVAS_SMART_CLICKABLE_INTERFACE EVAS_CLICKABLE_INTERFACE_INTERFACE | 12 | #define EVAS_SMART_CLICKABLE_INTERFACE EVAS_CLICKABLE_INTERFACE_INTERFACE |
15 | #define EVAS_SMART_SCROLLABLE_INTERFACE EVAS_SCROLLABLE_INTERFACE_INTERFACE | 13 | #define EVAS_SMART_SCROLLABLE_INTERFACE EVAS_SCROLLABLE_INTERFACE_INTERFACE |
16 | #define EVAS_SMART_DRAGGABLE_INTERFACE EVAS_DRAGGABLE_INTERFACE_INTERFACE | 14 | #define EVAS_SMART_DRAGGABLE_INTERFACE EVAS_DRAGGABLE_INTERFACE_INTERFACE |