efl: Have Efl.Time outside of a beta guard
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Tue, 9 Feb 2016 20:16:50 +0000 (18:16 -0200)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Tue, 9 Feb 2016 20:17:55 +0000 (18:17 -0200)
Since this is a essential type, this must not be guarded by a beta
symbol guard.

src/lib/efl/Efl.h

index c02161f..813daef 100644 (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 */