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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-18 17:30:36 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-18 17:30:36 +0300
commit75bcf5b0b12949421c7e5c2d6dc0288a4a0e4c52 (patch)
treef30074eb7f87505bb15973e9e30cb80236301354 /source/gameengine
parent251d27110b943c67ceaf3ab1192a36ebd07eeb4b (diff)
Remove header include, conflicts otherwise with BLI_math.h
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/Converter/BL_ActionActuator.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/gameengine/Converter/BL_ActionActuator.cpp b/source/gameengine/Converter/BL_ActionActuator.cpp
index 859bcab5c6a..16c687df5fc 100644
--- a/source/gameengine/Converter/BL_ActionActuator.cpp
+++ b/source/gameengine/Converter/BL_ActionActuator.cpp
@@ -27,12 +27,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#if defined (__sgi)
-#include <math.h>
-#else
-#include <cmath>
-#endif
-
#include "SCA_LogicManager.h"
#include "BL_ActionActuator.h"
#include "BL_ArmatureObject.h"