diff options
Diffstat (limited to 'src/lib/ephysics/ephysics_world.cpp')
-rw-r--r-- | src/lib/ephysics/ephysics_world.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 |