cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=92568eee9d8b68bae45b404adc9fa685ff0bccd3

commit 92568eee9d8b68bae45b404adc9fa685ff0bccd3
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Tue Apr 28 10:59:35 2015 +0200

    ephysics: trying to fix build on Windows.
---
 src/lib/ephysics/ephysics_body.cpp  | 2 +-
 src/lib/ephysics/ephysics_world.cpp | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/lib/ephysics/ephysics_body.cpp 
b/src/lib/ephysics/ephysics_body.cpp
index c649506..b6a0abf 100644
--- a/src/lib/ephysics/ephysics_body.cpp
+++ b/src/lib/ephysics/ephysics_body.cpp
@@ -15,8 +15,8 @@
 
 #include <math.h>
 
-#include "ephysics_private.h"
 #include "ephysics_trimesh.h"
+#include "ephysics_private.h"
 #include "ephysics_body_materials.h"
 
 #ifdef  __cplusplus
diff --git a/src/lib/ephysics/ephysics_world.cpp 
b/src/lib/ephysics/ephysics_world.cpp
index 60d6b00..d10b1af 100644
--- a/src/lib/ephysics/ephysics_world.cpp
+++ b/src/lib/ephysics/ephysics_world.cpp
@@ -2,10 +2,11 @@
 # include <config.h>
 #endif
 
-#include "ephysics_private.h"
 #include <Ecore.h>
 #include <Evas.h>
 
+#include "ephysics_private.h"
+
 #ifdef  __cplusplus
 extern "C" {
 #endif

-- 


Reply via email to