use #include "BulletHeaders.h" instead of #include <BulletHeader.h>

This commit is contained in:
erwin.coumans
2010-02-04 20:37:06 +00:00
parent e83ef9cb1c
commit 5364f22047
5 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ class btStackAlloc;
class btIDebugDraw;
#include "BulletCollision/NarrowphaseCollision/btConvexPenetrationDepthSolver.h"
#include <LinearMath/btTransform.h>
#include "LinearMath/btTransform.h"
///ConvexPenetrationDepthSolver provides an interface for penetration depth calculation.