Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2005-07-18 09:41:00 +0400
committerErwin Coumans <blender@erwincoumans.com>2005-07-18 09:41:00 +0400
commit701b9c21fd095716fef416bb10c90c51b378e48d (patch)
treecdca1ab1b677ee4dc476136f909eaeb31e026964 /source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp
parent56a85af31d818599eeea42c6c419baf0afe08161 (diff)
more preparations for bullet physics, and some eol issues with SCA_Joystick*
Diffstat (limited to 'source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp b/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp
index bb33d0aab31..38e55ee6723 100644
--- a/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp
+++ b/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp
@@ -666,7 +666,6 @@ void KX_ConvertODEEngineObject(KX_GameObject* gameobj,
#include "KX_BulletPhysicsController.h"
#include "CollisionShapes/BoxShape.h"
#include "CollisionShapes/SphereShape.h"
-#include "CollisionShapes/TriangleMeshInterface.h"
#include "CollisionShapes/ConeShape.h"
#include "CollisionShapes/ConvexShape.h"
#include "CollisionShapes/CylinderShape.h"