fix capitalization in OpenCL include path (non-Windows platforms)

This commit is contained in:
erwin.coumans
2012-01-23 21:51:51 +00:00
parent ff4fa560f0
commit 58d1d14880

View File

@@ -22,7 +22,7 @@ subject to the following restrictions:
#include "BulletSoftBody/btSoftBody.h"
#include "BulletSoftBody/btSoftBodyInternals.h"
#include "BulletCollision/CollisionShapes/btCapsuleShape.h"
#include "BulletCollision/COllisionShapes/btSphereShape.h"
#include "BulletCollision/CollisionShapes/btSphereShape.h"
#include "LinearMath/btQuickprof.h"
#include <limits.h>