From 75bcf5b0b12949421c7e5c2d6dc0288a4a0e4c52 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 18 Feb 2011 14:30:36 +0000 Subject: [PATCH] Remove header include, conflicts otherwise with BLI_math.h --- source/gameengine/Converter/BL_ActionActuator.cpp | 6 ------ 1 file changed, 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 -#else -#include -#endif - #include "SCA_LogicManager.h" #include "BL_ActionActuator.h" #include "BL_ArmatureObject.h"