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
This commit is contained in:
@@ -39,20 +39,14 @@
|
||||
#include "Value.h"
|
||||
#include <vector>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
class SCA_ISensor;
|
||||
class SCA_IController;
|
||||
class SCA_IActuator;
|
||||
|
||||
|
||||
typedef std::vector<SCA_ISensor *> SCA_SensorList;
|
||||
typedef std::vector<SCA_IController *> SCA_ControllerList;
|
||||
typedef std::vector<SCA_IActuator *> SCA_ActuatorList;
|
||||
|
||||
|
||||
class SCA_IObject : public CValue
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user