aboutsummaryrefslogtreecommitdiffstats
path: root/test/particlebodytest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/particlebodytest.cpp')
-rw-r--r--test/particlebodytest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/particlebodytest.cpp b/test/particlebodytest.cpp
index 65c3885c..b359cb73 100644
--- a/test/particlebodytest.cpp
+++ b/test/particlebodytest.cpp
@@ -6,12 +6,12 @@
* ----------------------------------------------------------------------------
*/
+#include <YAGE/Physics/particlebody.h>
+#include <gtest/gtest.h>
+
#include <cmath>
#include <cstdlib>
-#include "Physics/particlebody.hpp"
-#include "gtest/gtest.h"
-
double gravityAcceleration(int iterations)
{
yage::ParticleBody body;