From fe1c482d4b8b43bb0bf2be9ec77e652af38b11d1 Mon Sep 17 00:00:00 2001 From: "chappuis.daniel" Date: Thu, 12 Feb 2009 12:37:46 +0000 Subject: [PATCH] git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@92 92aac97c-a6ce-11dd-a772-7fcde58d38e6 --- .../reactphysics3d/testing/reactphysics3dTestSuite.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sources/reactphysics3d/testing/reactphysics3dTestSuite.cpp b/sources/reactphysics3d/testing/reactphysics3dTestSuite.cpp index 528625ce..b6d00c1f 100644 --- a/sources/reactphysics3d/testing/reactphysics3dTestSuite.cpp +++ b/sources/reactphysics3d/testing/reactphysics3dTestSuite.cpp @@ -19,11 +19,11 @@ // Libraries #include #include "TestSuite/Suite.h" -#include "mathematics/VectorTest.h" -#include "mathematics/Vector3DTest.h" -#include "mathematics/MatrixTest.h" -#include "mathematics/Matrix3x3Test.h" -#include "mathematics/QuaternionTest.h" +#include "testing_mathematics/VectorTest.h" +#include "testing_mathematics/Vector3DTest.h" +#include "testing_mathematics/MatrixTest.h" +#include "testing_mathematics/Matrix3x3Test.h" +#include "testing_mathematics/QuaternionTest.h" // Namespaces using namespace std;