summaryrefslogtreecommitdiff
path: root/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h
diff options
context:
space:
mode:
authorejcoumans <ejcoumans@08e121b0-ae19-0410-a57b-3be3395fd4fd>2007-07-14 05:08:57 +0000
committerejcoumans <ejcoumans@08e121b0-ae19-0410-a57b-3be3395fd4fd>2007-07-14 05:08:57 +0000
commit685138d0337942ac8b744d8ca30b26f4aac9c6bc (patch)
tree2fe4f2ea7d7b3cee537347f72e8fc766bf6f8b16 /src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h
parent614044eb523a976eb98f62b76f30b132b7d07ed7 (diff)
downloadbullet3-685138d0337942ac8b744d8ca30b26f4aac9c6bc.tar.gz
include paths should not be relative starting with "../
It leads to problems with certain compilers, when Bullet/src is located in a long pathname. Keep include path starting with "LinearMath/, "BulletCollision/, or "BulletDynamics/
Diffstat (limited to 'src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h')
-rw-r--r--src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h b/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h
index a5918b84d..4e6e3ac07 100644
--- a/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h
+++ b/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h
@@ -17,8 +17,8 @@ subject to the following restrictions:
#define PERSISTENT_MANIFOLD_H
-#include "../../LinearMath/btVector3.h"
-#include "../../LinearMath/btTransform.h"
+#include "LinearMath/btVector3.h"
+#include "LinearMath/btTransform.h"
#include "btManifoldPoint.h"
struct btCollisionResult;