the relative path #include gives troubles in some cases.

I need to revert all those back (after Steve Bakers changes a while back).
All includes should really be relative to the 'src' folder, or wherever the developer copies all the headerfiles.
This commit is contained in:
ejcoumans
2007-05-09 19:26:31 +00:00
parent ceee6d7e14
commit 3ad4316622

View File

@@ -21,7 +21,7 @@ class btCollisionObject;
class btPersistentManifold;
class btManifoldPoint;
#include "../NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h"
#include "BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h"
#include "../../LinearMath/btTransform.h"