[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34969] trunk/blender/source/gameengine/ Converter/BL_ActionActuator.cpp: Remove header include, conflicts otherwise with BLI_math.h

Nathan Letwory nathan at letworyinteractive.com
Fri Feb 18 15:30:36 CET 2011


Revision: 34969
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34969
Author:   jesterking
Date:     2011-02-18 14:30:36 +0000 (Fri, 18 Feb 2011)
Log Message:
-----------
Remove header include, conflicts otherwise with BLI_math.h

Modified Paths:
--------------
    trunk/blender/source/gameengine/Converter/BL_ActionActuator.cpp

Modified: trunk/blender/source/gameengine/Converter/BL_ActionActuator.cpp
===================================================================
--- trunk/blender/source/gameengine/Converter/BL_ActionActuator.cpp	2011-02-18 14:27:18 UTC (rev 34968)
+++ trunk/blender/source/gameengine/Converter/BL_ActionActuator.cpp	2011-02-18 14:30:36 UTC (rev 34969)
@@ -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"




More information about the Bf-blender-cvs mailing list