summaryrefslogtreecommitdiff
path: root/src/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h')
-rw-r--r--src/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h b/src/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h
index 24fe84bd5..996909213 100644
--- a/src/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h
+++ b/src/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h
@@ -21,7 +21,7 @@ class btStackAlloc;
class btVector3;
#include "btSimplexSolverInterface.h"
class btConvexShape;
-#include "../../LinearMath/btPoint3.h"
+#include "LinearMath/btPoint3.h"
class btTransform;
///ConvexPenetrationDepthSolver provides an interface for penetration depth calculation.