From 8f1500da005e4f84fd593492822c6d99e768c354 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 18 Apr 2010 10:28:37 +0000 Subject: remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. --- source/gameengine/Ketsji/KX_OrientationInterpolator.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/gameengine/Ketsji/KX_OrientationInterpolator.cpp') diff --git a/source/gameengine/Ketsji/KX_OrientationInterpolator.cpp b/source/gameengine/Ketsji/KX_OrientationInterpolator.cpp index b4bf052aac9..8949a85066c 100644 --- a/source/gameengine/Ketsji/KX_OrientationInterpolator.cpp +++ b/source/gameengine/Ketsji/KX_OrientationInterpolator.cpp @@ -30,10 +30,6 @@ #include "MT_Matrix3x3.h" #include "KX_IScalarInterpolator.h" -#ifdef HAVE_CONFIG_H -#include -#endif - void KX_OrientationInterpolator::Execute(float currentTime) const { MT_Vector3 eul(m_ipos[0]->GetValue(currentTime), m_ipos[1]->GetValue(currentTime), -- cgit v1.2.3