aboutsummaryrefslogtreecommitdiffstats
path: root/src/body.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-02 12:23:28 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-02 12:23:28 +0100
commit87311540bde93dc6ebf0aeb8fbac122346a99821 (patch)
treebda1dfea1f387a1358780267d113428f6723015e /src/body.cpp
parenta992108e5b6383450a147a0a0ef54576dca5bd95 (diff)
downloadYAGE-87311540bde93dc6ebf0aeb8fbac122346a99821.tar.gz
YAGE-87311540bde93dc6ebf0aeb8fbac122346a99821.zip
Fixed includes and standardized them
Diffstat (limited to 'src/body.cpp')
-rw-r--r--src/body.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/body.cpp b/src/body.cpp
index e38cd641..8d38e70a 100644
--- a/src/body.cpp
+++ b/src/body.cpp
@@ -6,9 +6,9 @@
* ----------------------------------------------------------------------------
*/
-#include <utility>
+#include <YAGE/Physics/body.h>
-#include "Physics/body.hpp"
+#include <utility>
namespace yage
{