From f1c4f705a19cc9ae306431be7a970712a40a2d9a Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 27 Dec 2002 13:11:01 +0000 Subject: Removed the config.h thing from the .h's in the source dir. So we should be all set now :) Kent -- mein@cs.umn.edu --- source/gameengine/GameLogic/SCA_IObject.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/gameengine/GameLogic/SCA_IObject.h') diff --git a/source/gameengine/GameLogic/SCA_IObject.h b/source/gameengine/GameLogic/SCA_IObject.h index 68c3944d49d..f1409871de8 100644 --- a/source/gameengine/GameLogic/SCA_IObject.h +++ b/source/gameengine/GameLogic/SCA_IObject.h @@ -39,20 +39,14 @@ #include "Value.h" #include -#ifdef HAVE_CONFIG_H -#include -#endif - class SCA_ISensor; class SCA_IController; class SCA_IActuator; - typedef std::vector SCA_SensorList; typedef std::vector SCA_ControllerList; typedef std::vector SCA_ActuatorList; - class SCA_IObject : public CValue { -- cgit v1.2.3