efl: Have Efl.Time outside of a beta guard

Since this is a essential type, this must not be guarded by a beta
symbol guard.
This commit is contained in:
Felipe Magno de Almeida 2016-02-09 18:16:50 -02:00
parent e1de58a3ad
commit 1ef076b412
1 changed files with 4 additions and 4 deletions

View File

@ -35,10 +35,6 @@ extern "C" {
#ifdef EFL_BETA_API_SUPPORT
#include "efl_types.eot.h"
/**
* @ingroup Efl
* @since 1.18
@ -48,6 +44,10 @@ extern "C" {
*/
typedef struct tm Efl_Time;
#ifdef EFL_BETA_API_SUPPORT
#include "efl_types.eot.h"
#include <Efl_Model_Common.h>
/* Data types */