diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-28 10:59:35 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-28 11:37:11 +0200 |
commit | 92568eee9d8b68bae45b404adc9fa685ff0bccd3 (patch) | |
tree | f4303b523429543a5adfb47314be0167ceee9bbd /src | |
parent | aa057fd63d87a607aaa3e3ef8506ba85fb6ab0cb (diff) |
ephysics: trying to fix build on Windows.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ephysics/ephysics_body.cpp | 2 | ||||
-rw-r--r-- | 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 c649506f7c..b6a0abf6e1 100644 --- a/src/lib/ephysics/ephysics_body.cpp +++ b/src/lib/ephysics/ephysics_body.cpp | |||
@@ -15,8 +15,8 @@ | |||
15 | 15 | ||
16 | #include <math.h> | 16 | #include <math.h> |
17 | 17 | ||
18 | #include "ephysics_private.h" | ||
19 | #include "ephysics_trimesh.h" | 18 | #include "ephysics_trimesh.h" |
19 | #include "ephysics_private.h" | ||
20 | #include "ephysics_body_materials.h" | 20 | #include "ephysics_body_materials.h" |
21 | 21 | ||
22 | #ifdef __cplusplus | 22 | #ifdef __cplusplus |
diff --git a/src/lib/ephysics/ephysics_world.cpp b/src/lib/ephysics/ephysics_world.cpp index 60d6b00b3d..d10b1afec2 100644 --- a/src/lib/ephysics/ephysics_world.cpp +++ b/src/lib/ephysics/ephysics_world.cpp | |||
@@ -2,10 +2,11 @@ | |||
2 | # include <config.h> | 2 | # include <config.h> |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #include "ephysics_private.h" | ||
6 | #include <Ecore.h> | 5 | #include <Ecore.h> |
7 | #include <Evas.h> | 6 | #include <Evas.h> |
8 | 7 | ||
8 | #include "ephysics_private.h" | ||
9 | |||
9 | #ifdef __cplusplus | 10 | #ifdef __cplusplus |
10 | extern "C" { | 11 | extern "C" { |
11 | #endif | 12 | #endif |