fix EAPI definition on Windows (patch by vtorri)
authorBoris Faure <billiob@gmail.com>
Sat, 14 Sep 2013 17:18:19 +0000 (19:18 +0200)
committerBoris Faure <billiob@gmail.com>
Sat, 14 Sep 2013 17:18:19 +0000 (19:18 +0200)
src/lib/elc_player.c
src/lib/elm_video.c

index b52c418..2f52ed9 100644 (file)
@@ -2,15 +2,15 @@
 # include "elementary_config.h"
 #endif
 
+#ifdef HAVE_EMOTION
+# include <Emotion.h>
+#endif
+
 #include <Elementary.h>
 #include "elm_priv.h"
 #include "elm_widget_layout.h"
 #include "elm_widget_player.h"
 
-#ifdef HAVE_EMOTION
-# include <Emotion.h>
-#endif
-
 EAPI Eo_Op ELM_OBJ_PLAYER_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_PLAYER_CLASS
index 9bdefe7..2d579cf 100644 (file)
@@ -2,16 +2,16 @@
 # include "elementary_config.h"
 #endif
 
+#ifdef HAVE_EMOTION
+# include <Emotion.h>
+#endif
+
 #include <Elementary.h>
 
 #include "elm_priv.h"
 #include "elm_widget_layout.h"
 #include "elm_widget_video.h"
 
-#ifdef HAVE_EMOTION
-# include <Emotion.h>
-#endif
-
 /* TODO: add buffering support to Emotion and display buffering
  * progress in the theme when needed */