elementary animation_view: correct to proper efl_ui prefix.

This commit is contained in:
Hermet Park 2019-01-21 17:39:35 +09:00
parent d242ab4156
commit c929cb2c78
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
*/
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_animation_view_legacy.h"
#include "efl_ui_animation_view_legacy.h"
#endif
/**
* @}

View 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"