From 571282694ddd4dbbe294a3f355428d99480da291 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 17 Dec 2011 18:24:39 +0000 Subject: [PATCH] should include only luse.h instead of individual linmath headers --- panda/src/bullet/bulletBoxShape.h | 2 +- panda/src/bullet/bulletConvexHullShape.h | 2 +- panda/src/bullet/bulletGenericConstraint.h | 3 +-- panda/src/bullet/bulletHingeConstraint.h | 4 +--- panda/src/bullet/bulletManifoldPoint.h | 2 +- panda/src/bullet/bulletPlaneShape.h | 2 +- panda/src/bullet/bulletSoftBodyWorldInfo.h | 2 +- panda/src/bullet/bulletSphericalConstraint.h | 2 +- panda/src/bullet/bulletTriangleMesh.h | 2 +- panda/src/bullet/bulletTriangleMeshShape.h | 2 +- panda/src/bullet/bulletVehicle.h | 3 +-- panda/src/bullet/bulletWheel.h | 4 +--- panda/src/bullet/bullet_utils.h | 5 +---- 13 files changed, 13 insertions(+), 22 deletions(-) diff --git a/panda/src/bullet/bulletBoxShape.h b/panda/src/bullet/bulletBoxShape.h index bb31122c27..f38265a72c 100644 --- a/panda/src/bullet/bulletBoxShape.h +++ b/panda/src/bullet/bulletBoxShape.h @@ -20,7 +20,7 @@ #include "bullet_includes.h" #include "bulletShape.h" -#include "lvector3.h" +#include "luse.h" #include "collisionBox.h" diff --git a/panda/src/bullet/bulletConvexHullShape.h b/panda/src/bullet/bulletConvexHullShape.h index 628ca562a8..a4cd8ae9e3 100644 --- a/panda/src/bullet/bulletConvexHullShape.h +++ b/panda/src/bullet/bulletConvexHullShape.h @@ -20,7 +20,7 @@ #include "bullet_includes.h" #include "bulletShape.h" -#include "lpoint3.h" +#include "luse.h" #include "geom.h" #include "pta_LVecBase3.h" diff --git a/panda/src/bullet/bulletGenericConstraint.h b/panda/src/bullet/bulletGenericConstraint.h index 66a148b216..4452ae6a23 100644 --- a/panda/src/bullet/bulletGenericConstraint.h +++ b/panda/src/bullet/bulletGenericConstraint.h @@ -22,8 +22,7 @@ #include "bulletConstraint.h" #include "transformState.h" -#include "lpoint3.h" -#include "lvector3.h" +#include "luse.h" class BulletRigidBodyNode; diff --git a/panda/src/bullet/bulletHingeConstraint.h b/panda/src/bullet/bulletHingeConstraint.h index 2d83072818..b8af6546c3 100644 --- a/panda/src/bullet/bulletHingeConstraint.h +++ b/panda/src/bullet/bulletHingeConstraint.h @@ -21,9 +21,7 @@ #include "bullet_utils.h" #include "bulletConstraint.h" -#include "lpoint3.h" -#include "lvector3.h" -#include "lquaternion.h" +#include "luse.h" class BulletRigidBodyNode; diff --git a/panda/src/bullet/bulletManifoldPoint.h b/panda/src/bullet/bulletManifoldPoint.h index 29a9466a7c..0b7319b85b 100644 --- a/panda/src/bullet/bulletManifoldPoint.h +++ b/panda/src/bullet/bulletManifoldPoint.h @@ -20,7 +20,7 @@ #include "bullet_includes.h" #include "bullet_utils.h" -#include "lpoint3.h" +#include "luse.h" //////////////////////////////////////////////////////////////////// // Class : BulletManifoldPoint diff --git a/panda/src/bullet/bulletPlaneShape.h b/panda/src/bullet/bulletPlaneShape.h index d1def22bac..5fe70e4a10 100644 --- a/panda/src/bullet/bulletPlaneShape.h +++ b/panda/src/bullet/bulletPlaneShape.h @@ -22,7 +22,7 @@ #include "bulletShape.h" #include "collisionPlane.h" -#include "lvector3.h" +#include "luse.h" //////////////////////////////////////////////////////////////////// // Class : BulletPlaneShape diff --git a/panda/src/bullet/bulletSoftBodyWorldInfo.h b/panda/src/bullet/bulletSoftBodyWorldInfo.h index 705c94c90f..c6427f9dc0 100644 --- a/panda/src/bullet/bulletSoftBodyWorldInfo.h +++ b/panda/src/bullet/bulletSoftBodyWorldInfo.h @@ -20,7 +20,7 @@ #include "bullet_includes.h" #include "bullet_utils.h" -#include "lvector3.h" +#include "luse.h" //////////////////////////////////////////////////////////////////// // Class : BulletSoftBodyWorldInfo diff --git a/panda/src/bullet/bulletSphericalConstraint.h b/panda/src/bullet/bulletSphericalConstraint.h index f97f8c93a0..addf143644 100644 --- a/panda/src/bullet/bulletSphericalConstraint.h +++ b/panda/src/bullet/bulletSphericalConstraint.h @@ -21,7 +21,7 @@ #include "bullet_utils.h" #include "bulletConstraint.h" -#include "lpoint3.h" +#include "luse.h" class BulletRigidBodyNode; diff --git a/panda/src/bullet/bulletTriangleMesh.h b/panda/src/bullet/bulletTriangleMesh.h index f390962a43..30153911da 100644 --- a/panda/src/bullet/bulletTriangleMesh.h +++ b/panda/src/bullet/bulletTriangleMesh.h @@ -22,7 +22,7 @@ #include "typedReferenceCount.h" #include "nodePath.h" -#include "lpoint3.h" +#include "luse.h" #include "geom.h" #include "pta_LVecBase3.h" #include "pta_int.h" diff --git a/panda/src/bullet/bulletTriangleMeshShape.h b/panda/src/bullet/bulletTriangleMeshShape.h index aae6a69a62..57cc7ff51d 100644 --- a/panda/src/bullet/bulletTriangleMeshShape.h +++ b/panda/src/bullet/bulletTriangleMeshShape.h @@ -20,7 +20,7 @@ #include "bullet_includes.h" #include "bulletShape.h" -#include "lpoint3.h" +#include "luse.h" class BulletTriangleMesh; diff --git a/panda/src/bullet/bulletVehicle.h b/panda/src/bullet/bulletVehicle.h index f2428ff68b..f15e81892d 100644 --- a/panda/src/bullet/bulletVehicle.h +++ b/panda/src/bullet/bulletVehicle.h @@ -21,8 +21,7 @@ #include "bullet_utils.h" #include "typedReferenceCount.h" -#include "lpoint3.h" -#include "lvector3.h" +#include "luse.h" class BulletWorld; class BulletRigidBodyNode; diff --git a/panda/src/bullet/bulletWheel.h b/panda/src/bullet/bulletWheel.h index 19cb1704ff..88dfdcc0fe 100644 --- a/panda/src/bullet/bulletWheel.h +++ b/panda/src/bullet/bulletWheel.h @@ -20,9 +20,7 @@ #include "bullet_includes.h" #include "bullet_utils.h" -#include "lvector3.h" -#include "lpoint3.h" -#include "lmatrix.h" +#include "luse.h" #include "pandaNode.h" //////////////////////////////////////////////////////////////////// diff --git a/panda/src/bullet/bullet_utils.h b/panda/src/bullet/bullet_utils.h index ac6b566c46..62afb17d55 100644 --- a/panda/src/bullet/bullet_utils.h +++ b/panda/src/bullet/bullet_utils.h @@ -19,10 +19,7 @@ #include "bullet_includes.h" -#include "lpoint3.h" -#include "lvector3.h" -#include "lmatrix.h" -#include "lquaternion.h" +#include "luse.h" #include "pointerTo.h" #include "pandaNode.h" #include "nodePath.h"