remove the LinearMath/ prefix for includes within the LinearMath directory
Thenks tasioga for the patch, see http://code.google.com/p/bullet/issues/detail?id=333
This commit is contained in:
@@ -16,9 +16,9 @@ subject to the following restrictions:
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "btConvexHull.h"
|
#include "btConvexHull.h"
|
||||||
#include "LinearMath/btAlignedObjectArray.h"
|
#include "btAlignedObjectArray.h"
|
||||||
#include "LinearMath/btMinMax.h"
|
#include "btMinMax.h"
|
||||||
#include "LinearMath/btVector3.h"
|
#include "btVector3.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ subject to the following restrictions:
|
|||||||
#ifndef CD_HULL_H
|
#ifndef CD_HULL_H
|
||||||
#define CD_HULL_H
|
#define CD_HULL_H
|
||||||
|
|
||||||
#include "LinearMath/btVector3.h"
|
#include "btVector3.h"
|
||||||
#include "LinearMath/btAlignedObjectArray.h"
|
#include "btAlignedObjectArray.h"
|
||||||
|
|
||||||
typedef btAlignedObjectArray<unsigned int> TUIntArray;
|
typedef btAlignedObjectArray<unsigned int> TUIntArray;
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
// Credits: The Clock class was inspired by the Timer classes in
|
// Credits: The Clock class was inspired by the Timer classes in
|
||||||
// Ogre (www.ogre3d.org).
|
// Ogre (www.ogre3d.org).
|
||||||
|
|
||||||
#include "LinearMath/btQuickprof.h"
|
#include "btQuickprof.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef USE_BT_CLOCK
|
#ifdef USE_BT_CLOCK
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
#ifndef BT_NO_PROFILE
|
#ifndef BT_NO_PROFILE
|
||||||
|
|
||||||
#include "btScalar.h"
|
#include "btScalar.h"
|
||||||
#include "LinearMath/btAlignedAllocator.h"
|
#include "btAlignedAllocator.h"
|
||||||
#include <new>
|
#include <new>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user