elementary animation_view: correct to proper efl_ui prefix. 87/198287/1
authorHermet Park <hermetpark@gmail.com>
Mon, 21 Jan 2019 08:39:35 +0000 (17:39 +0900)
committerHermet Park <hermetpark@gmail.com>
Wed, 23 Jan 2019 09:58:13 +0000 (18:58 +0900)
Change-Id: Id7aaaafe044e48797402248eb8a836b1e3575738

src/lib/elementary/efl_ui_animation_view.h
src/lib/elementary/efl_ui_animation_view_legacy.h

index de5b76a..8135382 100644 (file)
@@ -29,7 +29,7 @@
  */
 
 #ifndef EFL_NOLEGACY_API_SUPPORT
-#include "elm_animation_view_legacy.h"
+#include "efl_ui_animation_view_legacy.h"
 #endif
 /**
  * @}
index 50ee1f7..b6c450c 100644 (file)
@@ -33,4 +33,4 @@ NULL, otherwise.
 */
 EAPI Eina_Bool        elm_animation_view_file_set(Elm_Animation_View *obj, const char *file, const char *key);
 
-#include "elm_animation_view.eo.legacy.h"
+#include "efl_ui_animation_view.eo.legacy.h"