summaryrefslogtreecommitdiff
path: root/src/BulletCollision/NarrowPhaseCollision/btConvexCast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BulletCollision/NarrowPhaseCollision/btConvexCast.h')
-rw-r--r--src/BulletCollision/NarrowPhaseCollision/btConvexCast.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/BulletCollision/NarrowPhaseCollision/btConvexCast.h b/src/BulletCollision/NarrowPhaseCollision/btConvexCast.h
index 3101b5999..cc80f0aa8 100644
--- a/src/BulletCollision/NarrowPhaseCollision/btConvexCast.h
+++ b/src/BulletCollision/NarrowPhaseCollision/btConvexCast.h
@@ -17,11 +17,11 @@ subject to the following restrictions:
#ifndef CONVEX_CAST_H
#define CONVEX_CAST_H
-#include "../../LinearMath/btTransform.h"
-#include "../../LinearMath/btVector3.h"
-#include "../../LinearMath/btScalar.h"
+#include "LinearMath/btTransform.h"
+#include "LinearMath/btVector3.h"
+#include "LinearMath/btScalar.h"
class btMinkowskiSumShape;
-#include "../../LinearMath/btIDebugDraw.h"
+#include "LinearMath/btIDebugDraw.h"
/// btConvexCast is an interface for Casting
class btConvexCast