From 67133c403d5db0b2b7281a72a29a883c82a90115 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Tue, 19 Jan 2010 06:13:44 +0000 Subject: [PATCH] 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 --- src/LinearMath/btConvexHull.cpp | 6 +++--- src/LinearMath/btConvexHull.h | 4 ++-- src/LinearMath/btQuickprof.cpp | 2 +- src/LinearMath/btQuickprof.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/LinearMath/btConvexHull.cpp b/src/LinearMath/btConvexHull.cpp index 85c7c5dcc..c1138b797 100644 --- a/src/LinearMath/btConvexHull.cpp +++ b/src/LinearMath/btConvexHull.cpp @@ -16,9 +16,9 @@ subject to the following restrictions: #include #include "btConvexHull.h" -#include "LinearMath/btAlignedObjectArray.h" -#include "LinearMath/btMinMax.h" -#include "LinearMath/btVector3.h" +#include "btAlignedObjectArray.h" +#include "btMinMax.h" +#include "btVector3.h" diff --git a/src/LinearMath/btConvexHull.h b/src/LinearMath/btConvexHull.h index 92560bddb..a23fa4d55 100644 --- a/src/LinearMath/btConvexHull.h +++ b/src/LinearMath/btConvexHull.h @@ -19,8 +19,8 @@ subject to the following restrictions: #ifndef CD_HULL_H #define CD_HULL_H -#include "LinearMath/btVector3.h" -#include "LinearMath/btAlignedObjectArray.h" +#include "btVector3.h" +#include "btAlignedObjectArray.h" typedef btAlignedObjectArray TUIntArray; diff --git a/src/LinearMath/btQuickprof.cpp b/src/LinearMath/btQuickprof.cpp index fa45d02b3..8e4e2d0a1 100644 --- a/src/LinearMath/btQuickprof.cpp +++ b/src/LinearMath/btQuickprof.cpp @@ -13,7 +13,7 @@ // Credits: The Clock class was inspired by the Timer classes in // Ogre (www.ogre3d.org). -#include "LinearMath/btQuickprof.h" +#include "btQuickprof.h" #ifdef USE_BT_CLOCK diff --git a/src/LinearMath/btQuickprof.h b/src/LinearMath/btQuickprof.h index f8d47c368..d048f98e3 100644 --- a/src/LinearMath/btQuickprof.h +++ b/src/LinearMath/btQuickprof.h @@ -20,7 +20,7 @@ #ifndef BT_NO_PROFILE #include "btScalar.h" -#include "LinearMath/btAlignedAllocator.h" +#include "btAlignedAllocator.h" #include