Browse Source

Changed imports from 'lpoint' etc. to 'luse'

enn0x 14 years ago
parent
commit
88ac4f920e
49 changed files with 49 additions and 81 deletions
  1. 1 4
      panda/src/physx/physxActor.h
  2. 1 2
      panda/src/physx/physxActorDesc.h
  3. 1 2
      panda/src/physx/physxBodyDesc.h
  4. 1 1
      panda/src/physx/physxBoxController.h
  5. 1 1
      panda/src/physx/physxBoxControllerDesc.h
  6. 1 1
      panda/src/physx/physxBoxForceFieldShape.h
  7. 1 1
      panda/src/physx/physxBoxForceFieldShapeDesc.h
  8. 1 1
      panda/src/physx/physxBoxShape.h
  9. 1 1
      panda/src/physx/physxBoxShapeDesc.h
  10. 1 1
      panda/src/physx/physxCapsuleController.h
  11. 1 1
      panda/src/physx/physxCapsuleForceFieldShape.h
  12. 1 1
      panda/src/physx/physxCapsuleShape.h
  13. 1 2
      panda/src/physx/physxCloth.h
  14. 1 2
      panda/src/physx/physxClothDesc.h
  15. 1 2
      panda/src/physx/physxClothMeshDesc.h
  16. 1 2
      panda/src/physx/physxConstraintDominance.h
  17. 1 1
      panda/src/physx/physxContactPair.h
  18. 1 2
      panda/src/physx/physxContactPoint.h
  19. 1 3
      panda/src/physx/physxController.h
  20. 1 1
      panda/src/physx/physxControllerDesc.h
  21. 1 1
      panda/src/physx/physxConvexMeshDesc.h
  22. 1 3
      panda/src/physx/physxD6JointDesc.h
  23. 1 1
      panda/src/physx/physxForceField.h
  24. 1 3
      panda/src/physx/physxForceFieldDesc.h
  25. 1 3
      panda/src/physx/physxForceFieldShape.h
  26. 1 2
      panda/src/physx/physxForceFieldShapeDesc.h
  27. 1 1
      panda/src/physx/physxHeightField.h
  28. 1 2
      panda/src/physx/physxJoint.h
  29. 1 2
      panda/src/physx/physxJointDesc.h
  30. 1 1
      panda/src/physx/physxMaterial.h
  31. 1 3
      panda/src/physx/physxPlane.h
  32. 1 1
      panda/src/physx/physxPlaneShape.h
  33. 1 1
      panda/src/physx/physxPlaneShapeDesc.h
  34. 1 2
      panda/src/physx/physxRay.h
  35. 1 2
      panda/src/physx/physxRaycastHit.h
  36. 1 1
      panda/src/physx/physxScene.h
  37. 1 1
      panda/src/physx/physxSceneDesc.h
  38. 1 1
      panda/src/physx/physxSegment.h
  39. 1 3
      panda/src/physx/physxShape.h
  40. 1 2
      panda/src/physx/physxShapeDesc.h
  41. 1 2
      panda/src/physx/physxSoftBody.h
  42. 1 2
      panda/src/physx/physxSoftBodyDesc.h
  43. 1 1
      panda/src/physx/physxSoftBodyMeshDesc.h
  44. 1 1
      panda/src/physx/physxSphere.h
  45. 1 1
      panda/src/physx/physxSphereForceFieldShape.h
  46. 1 1
      panda/src/physx/physxSphereShape.h
  47. 1 1
      panda/src/physx/physxTriangleMeshDesc.h
  48. 1 3
      panda/src/physx/physxUtilLib.h
  49. 1 1
      panda/src/physx/physxWheelDesc.h

+ 1 - 4
panda/src/physx/physxActor.h

@@ -17,10 +17,7 @@
 
 
 #include "pandabase.h"
 #include "pandabase.h"
 #include "nodePath.h"
 #include "nodePath.h"
-#include "lmatrix.h"
-#include "lvector3.h"
-#include "lpoint3.h"
-#include "lquaternion.h"
+#include "luse.h"
 
 
 #include "physxObject.h"
 #include "physxObject.h"
 #include "physxObjectCollection.h"
 #include "physxObjectCollection.h"

+ 1 - 2
panda/src/physx/physxActorDesc.h

@@ -16,8 +16,7 @@
 #define PHYSXACTORDESC_H
 #define PHYSXACTORDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
-#include "lmatrix.h"
+#include "luse.h"
 
 
 #include "physx_includes.h"
 #include "physx_includes.h"
 
 

+ 1 - 2
panda/src/physx/physxBodyDesc.h

@@ -16,8 +16,7 @@
 #define PHYSXBODYDESC_H
 #define PHYSXBODYDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
-#include "lmatrix.h"
+#include "luse.h"
 
 
 #include "physxEnums.h"
 #include "physxEnums.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxBoxController.h

@@ -16,7 +16,7 @@
 #define PHYSXBOXCONTROLLER_H
 #define PHYSXBOXCONTROLLER_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxController.h"
 #include "physxController.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxBoxControllerDesc.h

@@ -16,7 +16,7 @@
 #define PHYSXBOXCONTROLLERDESC_H
 #define PHYSXBOXCONTROLLERDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxControllerDesc.h"
 #include "physxControllerDesc.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxBoxForceFieldShape.h

@@ -16,7 +16,7 @@
 #define PHYSXBOXFORCEFIELDSHAPE_H
 #define PHYSXBOXFORCEFIELDSHAPE_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxForceFieldShape.h"
 #include "physxForceFieldShape.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxBoxForceFieldShapeDesc.h

@@ -16,7 +16,7 @@
 #define PHYSXBOXFORCEFIELDSHAPEDESC_H
 #define PHYSXBOXFORCEFIELDSHAPEDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxForceFieldShapeDesc.h"
 #include "physxForceFieldShapeDesc.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxBoxShape.h

@@ -16,7 +16,7 @@
 #define PHYSXBOXSHAPE_H
 #define PHYSXBOXSHAPE_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxShape.h"
 #include "physxShape.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxBoxShapeDesc.h

@@ -16,7 +16,7 @@
 #define PHYSXBOXSHAPEDESC_H
 #define PHYSXBOXSHAPEDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxShapeDesc.h"
 #include "physxShapeDesc.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxCapsuleController.h

@@ -16,7 +16,7 @@
 #define PHYSXCAPSULECONTROLLER_H
 #define PHYSXCAPSULECONTROLLER_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxController.h"
 #include "physxController.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxCapsuleForceFieldShape.h

@@ -16,7 +16,7 @@
 #define PHYSXCAPSULEFORCEFIELDSHAPE_H
 #define PHYSXCAPSULEFORCEFIELDSHAPE_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxForceFieldShape.h"
 #include "physxForceFieldShape.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxCapsuleShape.h

@@ -16,7 +16,7 @@
 #define PHYSXCAPSULESHAPE_H
 #define PHYSXCAPSULESHAPE_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxShape.h"
 #include "physxShape.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 2
panda/src/physx/physxCloth.h

@@ -16,8 +16,7 @@
 #define PHYSXCLOTH_H
 #define PHYSXCLOTH_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
-#include "lpoint3.h"
+#include "luse.h"
 
 
 #include "physxObject.h"
 #include "physxObject.h"
 #include "physxObjectCollection.h"
 #include "physxObjectCollection.h"

+ 1 - 2
panda/src/physx/physxClothDesc.h

@@ -16,8 +16,7 @@
 #define PHYSXCLOTHDESC_H
 #define PHYSXCLOTHDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
-#include "lmatrix.h"
+#include "luse.h"
 
 
 #include "physxEnums.h"
 #include "physxEnums.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 2
panda/src/physx/physxClothMeshDesc.h

@@ -16,8 +16,7 @@
 #define PHYSXCLOTHMESHDESC_H
 #define PHYSXCLOTHMESHDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
-#include "lpoint2.h"
+#include "luse.h"
 #include "nodePath.h"
 #include "nodePath.h"
 #include "plist.h"
 #include "plist.h"
 
 

+ 1 - 2
panda/src/physx/physxConstraintDominance.h

@@ -16,8 +16,7 @@
 #define PHYSXCONSTRAINTDOMINANCE_H
 #define PHYSXCONSTRAINTDOMINANCE_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
-#include "lpoint3.h"
+#include "luse.h"
 
 
 #include "config_physx.h"
 #include "config_physx.h"
 
 

+ 1 - 1
panda/src/physx/physxContactPair.h

@@ -16,7 +16,7 @@
 #define PHYSXCONTACTPAIR_H
 #define PHYSXCONTACTPAIR_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 #include "typedReferenceCount.h"
 #include "typedReferenceCount.h"
 #include "pvector.h"
 #include "pvector.h"
 
 

+ 1 - 2
panda/src/physx/physxContactPoint.h

@@ -16,8 +16,7 @@
 #define PHYSXCONTACTPOINT_H
 #define PHYSXCONTACTPOINT_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
-#include "lpoint3.h"
+#include "luse.h"
 #include "typedObject.h"
 #include "typedObject.h"
 
 
 #include "config_physx.h"
 #include "config_physx.h"

+ 1 - 3
panda/src/physx/physxController.h

@@ -17,9 +17,7 @@
 
 
 #include "pandabase.h"
 #include "pandabase.h"
 #include "pointerTo.h"
 #include "pointerTo.h"
-#include "lpoint3.h"
-#include "lmatrix.h"
-#include "lquaternion.h"
+#include "luse.h"
 
 
 #include "physxObject.h"
 #include "physxObject.h"
 #include "physxEnums.h"
 #include "physxEnums.h"

+ 1 - 1
panda/src/physx/physxControllerDesc.h

@@ -16,7 +16,7 @@
 #define PHYSXCONTROLLERDESC_H
 #define PHYSXCONTROLLERDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
+#include "luse.h"
 
 
 #include "physx_includes.h"
 #include "physx_includes.h"
 
 

+ 1 - 1
panda/src/physx/physxConvexMeshDesc.h

@@ -16,7 +16,7 @@
 #define PHYSXCONVEXMESHDESC_H
 #define PHYSXCONVEXMESHDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
+#include "luse.h"
 #include "nodePath.h"
 #include "nodePath.h"
 
 
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 3
panda/src/physx/physxD6JointDesc.h

@@ -16,9 +16,7 @@
 #define PHYSXD6JOINTDESC_H
 #define PHYSXD6JOINTDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
-#include "lpoint3.h"
-#include "lquaternion.h"
+#include "luse.h"
 
 
 #include "physxJointDesc.h"
 #include "physxJointDesc.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxForceField.h

@@ -16,7 +16,7 @@
 #define PHYSXFORCEFIELD_H
 #define PHYSXFORCEFIELD_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxObject.h"
 #include "physxObject.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 3
panda/src/physx/physxForceFieldDesc.h

@@ -16,9 +16,7 @@
 #define PHYSXFORCEFIELDDESC_H
 #define PHYSXFORCEFIELDDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
-#include "lpoint3.h"
-#include "lmatrix.h"
+#include "luse.h"
 
 
 #include "physxEnums.h"
 #include "physxEnums.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 3
panda/src/physx/physxForceFieldShape.h

@@ -17,9 +17,7 @@
 
 
 #include "pandabase.h"
 #include "pandabase.h"
 #include "pointerTo.h"
 #include "pointerTo.h"
-#include "lpoint3.h"
-#include "lmatrix.h"
-#include "lquaternion.h"
+#include "luse.h"
 
 
 #include "physxObject.h"
 #include "physxObject.h"
 #include "physxEnums.h"
 #include "physxEnums.h"

+ 1 - 2
panda/src/physx/physxForceFieldShapeDesc.h

@@ -16,8 +16,7 @@
 #define PHYSXFORCEFIELDSHAPEDESC_H
 #define PHYSXFORCEFIELDSHAPEDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
-#include "lmatrix.h"
+#include "luse.h"
 
 
 #include "physx_includes.h"
 #include "physx_includes.h"
 
 

+ 1 - 1
panda/src/physx/physxHeightField.h

@@ -16,7 +16,7 @@
 #define PHYSXHEIGHTFIELD_H
 #define PHYSXHEIGHTFIELD_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxObject.h"
 #include "physxObject.h"
 #include "physxContactReport.h"
 #include "physxContactReport.h"

+ 1 - 2
panda/src/physx/physxJoint.h

@@ -17,8 +17,7 @@
 
 
 #include "pandabase.h"
 #include "pandabase.h"
 #include "pointerTo.h"
 #include "pointerTo.h"
-#include "lpoint3.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxObject.h"
 #include "physxObject.h"
 #include "physxEnums.h"
 #include "physxEnums.h"

+ 1 - 2
panda/src/physx/physxJointDesc.h

@@ -16,8 +16,7 @@
 #define PHYSXJOINTDESC_H
 #define PHYSXJOINTDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxEnums.h"
 #include "physxEnums.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxMaterial.h

@@ -16,7 +16,7 @@
 #define PHYSXMATERIAL_H
 #define PHYSXMATERIAL_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxObject.h"
 #include "physxObject.h"
 #include "physxEnums.h"
 #include "physxEnums.h"

+ 1 - 3
panda/src/physx/physxPlane.h

@@ -16,9 +16,7 @@
 #define PHYSXPLANE_H
 #define PHYSXPLANE_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
-#include "lvector3.h"
-#include "lmatrix.h"
+#include "luse.h"
 
 
 #include "config_physx.h"
 #include "config_physx.h"
 
 

+ 1 - 1
panda/src/physx/physxPlaneShape.h

@@ -16,7 +16,7 @@
 #define PHYSXPLANESHAPE_H
 #define PHYSXPLANESHAPE_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxShape.h"
 #include "physxShape.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxPlaneShapeDesc.h

@@ -18,7 +18,7 @@
 #include "pandabase.h"
 #include "pandabase.h"
 #include "physxShapeDesc.h"
 #include "physxShapeDesc.h"
 
 
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physx_includes.h"
 #include "physx_includes.h"
 
 

+ 1 - 2
panda/src/physx/physxRay.h

@@ -16,8 +16,7 @@
 #define PHYSXRAY_H
 #define PHYSXRAY_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
-#include "lpoint3.h"
+#include "luse.h"
 
 
 #include "config_physx.h"
 #include "config_physx.h"
 
 

+ 1 - 2
panda/src/physx/physxRaycastHit.h

@@ -16,8 +16,7 @@
 #define PHYSXRAYCASTHIT_H
 #define PHYSXRAYCASTHIT_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
-#include "lpoint3.h"
+#include "luse.h"
 
 
 #include "config_physx.h"
 #include "config_physx.h"
 
 

+ 1 - 1
panda/src/physx/physxScene.h

@@ -16,7 +16,7 @@
 #define PHYSXSCENE_H
 #define PHYSXSCENE_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxObject.h"
 #include "physxObject.h"
 #include "physxObjectCollection.h"
 #include "physxObjectCollection.h"

+ 1 - 1
panda/src/physx/physxSceneDesc.h

@@ -16,7 +16,7 @@
 #define PHYSXSCENEDESC_H
 #define PHYSXSCENEDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxEnums.h"
 #include "physxEnums.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxSegment.h

@@ -16,7 +16,7 @@
 #define PHYSXSEGMENT_H
 #define PHYSXSEGMENT_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
+#include "luse.h"
 
 
 #include "config_physx.h"
 #include "config_physx.h"
 
 

+ 1 - 3
panda/src/physx/physxShape.h

@@ -17,9 +17,7 @@
 
 
 #include "pandabase.h"
 #include "pandabase.h"
 #include "pointerTo.h"
 #include "pointerTo.h"
-#include "lpoint3.h"
-#include "lmatrix.h"
-#include "lquaternion.h"
+#include "luse.h"
 
 
 #include "physxObject.h"
 #include "physxObject.h"
 #include "physxEnums.h"
 #include "physxEnums.h"

+ 1 - 2
panda/src/physx/physxShapeDesc.h

@@ -16,8 +16,7 @@
 #define PHYSXSHAPEDESC_H
 #define PHYSXSHAPEDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
-#include "lmatrix.h"
+#include "luse.h"
 
 
 #include "physxEnums.h"
 #include "physxEnums.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 2
panda/src/physx/physxSoftBody.h

@@ -16,8 +16,7 @@
 #define PHYSXSOFTBODY_H
 #define PHYSXSOFTBODY_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
-#include "lpoint3.h"
+#include "luse.h"
 
 
 #include "physxObject.h"
 #include "physxObject.h"
 #include "physxObjectCollection.h"
 #include "physxObjectCollection.h"

+ 1 - 2
panda/src/physx/physxSoftBodyDesc.h

@@ -16,8 +16,7 @@
 #define PHYSXSOFTBODYDESC_H
 #define PHYSXSOFTBODYDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
-#include "lmatrix.h"
+#include "luse.h"
 
 
 #include "physxEnums.h"
 #include "physxEnums.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxSoftBodyMeshDesc.h

@@ -16,7 +16,7 @@
 #define PHYSXSOFTBODYMESHDESC_H
 #define PHYSXSOFTBODYMESHDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
+#include "luse.h"
 
 
 #include "physx_includes.h"
 #include "physx_includes.h"
 
 

+ 1 - 1
panda/src/physx/physxSphere.h

@@ -16,7 +16,7 @@
 #define PHYSXSPHERE_H
 #define PHYSXSPHERE_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
+#include "luse.h"
 
 
 #include "config_physx.h"
 #include "config_physx.h"
 
 

+ 1 - 1
panda/src/physx/physxSphereForceFieldShape.h

@@ -16,7 +16,7 @@
 #define PHYSXSPHEREFORCEFIELDSHAPE_H
 #define PHYSXSPHEREFORCEFIELDSHAPE_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxForceFieldShape.h"
 #include "physxForceFieldShape.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxSphereShape.h

@@ -16,7 +16,7 @@
 #define PHYSXSPHERESHAPE_H
 #define PHYSXSPHERESHAPE_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
+#include "luse.h"
 
 
 #include "physxShape.h"
 #include "physxShape.h"
 #include "physx_includes.h"
 #include "physx_includes.h"

+ 1 - 1
panda/src/physx/physxTriangleMeshDesc.h

@@ -16,8 +16,8 @@
 #define PHYSXTRIANGLEMESHDESC_H
 #define PHYSXTRIANGLEMESHDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
 #include "nodePath.h"
 #include "nodePath.h"
+#include "luse.h"
 
 
 #include "physx_includes.h"
 #include "physx_includes.h"
 
 

+ 1 - 3
panda/src/physx/physxUtilLib.h

@@ -16,9 +16,7 @@
 #define PHYSXUTILLIB_H
 #define PHYSXUTILLIB_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lvector3.h"
-#include "lpoint3.h"
-#include "lmatrix.h"
+#include "luse.h"
 
 
 #include "config_physx.h"
 #include "config_physx.h"
 
 

+ 1 - 1
panda/src/physx/physxWheelDesc.h

@@ -16,7 +16,7 @@
 #define PHYSXWHEELDESC_H
 #define PHYSXWHEELDESC_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
-#include "lpoint3.h"
+#include "luse.h"
 
 
 #include "physx_includes.h"
 #include "physx_includes.h"