Remove header include, conflicts otherwise with BLI_math.h

This commit is contained in:
Nathan Letwory 2011-02-18 14:30:36 +00:00
parent 251d27110b
commit 75bcf5b0b1

@ -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"