From 2079853ccdcc4289b88c0e4d0ca267ade3d98c1f Mon Sep 17 00:00:00 2001 From: "chappuis.daniel" Date: Mon, 9 Feb 2009 11:21:22 +0000 Subject: [PATCH] git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@73 92aac97c-a6ce-11dd-a772-7fcde58d38e6 --- sources/reactphysics3d/reactphysics3d.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sources/reactphysics3d/reactphysics3d.h b/sources/reactphysics3d/reactphysics3d.h index 83b50abd..c4892df8 100644 --- a/sources/reactphysics3d/reactphysics3d.h +++ b/sources/reactphysics3d/reactphysics3d.h @@ -20,12 +20,7 @@ #ifndef REACTPHYSICS3D_H #define REACTPHYSICS3D_H -// ReactPhysics3D namespace -//namespace reactphysics3d { - // Libraries -#include "mathematics/mathematics.h" - -//} // End of the reactphysics3d namespace +#include "body/RigidBody.h" #endif