From b7d4a9e1776e1f3aaef4d76161cc96e4c44c2fa9 Mon Sep 17 00:00:00 2001 From: "chappuis.daniel" Date: Wed, 28 Jul 2010 11:31:46 +0000 Subject: [PATCH] Remove the physics.h library include git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@371 92aac97c-a6ce-11dd-a772-7fcde58d38e6 --- sources/reactphysics3d/body/RigidBody.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/reactphysics3d/body/RigidBody.h b/sources/reactphysics3d/body/RigidBody.h index 8aba50b8..58f554d4 100644 --- a/sources/reactphysics3d/body/RigidBody.h +++ b/sources/reactphysics3d/body/RigidBody.h @@ -25,7 +25,6 @@ #include "Body.h" #include "OBB.h" #include "../mathematics/mathematics.h" - #include "../physics/physics.h" // Namespace reactphysics3d namespace reactphysics3d {