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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-04-24 11:03:41 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-04-24 11:03:41 +0400
commit5bcc9ee4fe117d7674b7e56f7a366a16ad82a287 (patch)
treeff4ff4fc052fbabfa8149e0349256547b3b9a182
parent59b94f2193d50e91223740dff463d5f60a895f26 (diff)
COmpilation error fix after recent cleanup in BGE
-rw-r--r--source/gameengine/Ketsji/KX_GameObject.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_GameObject.cpp b/source/gameengine/Ketsji/KX_GameObject.cpp
index bd8d68819ad..2e39614e7d2 100644
--- a/source/gameengine/Ketsji/KX_GameObject.cpp
+++ b/source/gameengine/Ketsji/KX_GameObject.cpp
@@ -63,7 +63,6 @@ typedef unsigned long uint_ptr;
#include "KX_PythonInit.h"
#include "KX_PyMath.h"
#include "KX_PythonSeq.h"
-#include "KX_ConvertPhysicsObject.h"
#include "SCA_IActuator.h"
#include "SCA_ISensor.h"
#include "SCA_IController.h"