From 7a5c4fdb16e43a6c7523b0b5540231bfe2b686d7 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Mon, 25 Aug 2014 15:25:46 -0700 Subject: [PATCH] remove commented out #includes --- libraries/shared/src/ShapeCollider.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/shared/src/ShapeCollider.h b/libraries/shared/src/ShapeCollider.h index 3aa795e6fa..279cbe3810 100644 --- a/libraries/shared/src/ShapeCollider.h +++ b/libraries/shared/src/ShapeCollider.h @@ -16,10 +16,6 @@ #include "CollisionInfo.h" #include "SharedUtil.h" -//#include "CapsuleShape.h" -//#include "ListShape.h" -//#include "PlaneShape.h" -//#include "SphereShape.h" class Shape; class SphereShape;