summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_list_legacy.h
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-03-05 17:00:37 -0500
committerCedric BAIL <cedric.bail@free.fr>2019-03-07 14:15:41 -0800
commit3448b7933f1e8d3db75ca894a8c7f6aede52b014 (patch)
tree870a78fa3b29672851e85a231d689cc993c0fc31 /src/lib/elementary/elm_list_legacy.h
parent5eb1d61459e64450e52b42d74d2e229bcb037f24 (diff)
downloadefl-3448b7933f1e8d3db75ca894a8c7f6aede52b014.tar.gz
elm_list: remove all legacy usage from eo files
this takes the current generated output from eolian for legacy code in efl and adds it to the tree, then removes legacy references from the corresponding eo files. in the case where the entire eo file was for a legacy object, that eo file has been removed from the tree ref T7724 Reviewed-by: Cedric BAIL <cedric.bail@free.fr> Differential Revision: https://phab.enlightenment.org/D8181
Diffstat (limited to 'src/lib/elementary/elm_list_legacy.h')
-rw-r--r--src/lib/elementary/elm_list_legacy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_list_legacy.h b/src/lib/elementary/elm_list_legacy.h
index a99532dfd2..0cdb591984 100644
--- a/src/lib/elementary/elm_list_legacy.h
+++ b/src/lib/elementary/elm_list_legacy.h
@@ -11,5 +11,5 @@
*/
EAPI Evas_Object *elm_list_add(Evas_Object *parent);
-#include "elm_list_item.eo.legacy.h"
-#include "elm_list.eo.legacy.h"
+#include "elm_list_item_eo.legacy.h"
+#include "elm_list_eo.legacy.h"