elementary: only include Efl_Ui.h when BETA API is requested.

This commit is contained in:
Cedric Bail 2017-11-14 20:13:29 -08:00
parent 6ae1c3239e
commit 003d2d5823
1 changed files with 4 additions and 0 deletions

View File

@ -291,6 +291,10 @@ EAPI extern Elm_Version *elm_version;
#include <elm_helper.h>
#if defined (EFL_EO_API_SUPPORT) && defined (EFL_BETA_API_SUPPORT)
# include "Efl_Ui.h"
#endif
#ifdef __cplusplus
}
#endif