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/SceneGraph/SG_Controller.h | 4 ---- source/gameengine/SceneGraph/SG_IObject.h | 4 ---- source/gameengine/SceneGraph/SG_Node.h | 4 ---- source/gameengine/SceneGraph/SG_ParentRelation.h | 4 ---- source/gameengine/SceneGraph/SG_Spatial.h | 4 ---- 5 files changed, 20 deletions(-) (limited to 'source/gameengine/SceneGraph') diff --git a/source/gameengine/SceneGraph/SG_Controller.h b/source/gameengine/SceneGraph/SG_Controller.h index d0075681c1a..3fd4a7f47cd 100644 --- a/source/gameengine/SceneGraph/SG_Controller.h +++ b/source/gameengine/SceneGraph/SG_Controller.h @@ -37,10 +37,6 @@ #include "SG_IObject.h" -#ifdef HAVE_CONFIG_H -#include -#endif - class SG_Controller { public: diff --git a/source/gameengine/SceneGraph/SG_IObject.h b/source/gameengine/SceneGraph/SG_IObject.h index 6d610d6dca6..40cf80da99d 100644 --- a/source/gameengine/SceneGraph/SG_IObject.h +++ b/source/gameengine/SceneGraph/SG_IObject.h @@ -36,10 +36,6 @@ base object that can be part of the scenegraph. */ #include -#ifdef HAVE_CONFIG_H -#include -#endif - class SG_Controller; class SG_IObject; diff --git a/source/gameengine/SceneGraph/SG_Node.h b/source/gameengine/SceneGraph/SG_Node.h index 31f796a004f..225ea513630 100644 --- a/source/gameengine/SceneGraph/SG_Node.h +++ b/source/gameengine/SceneGraph/SG_Node.h @@ -35,10 +35,6 @@ #include "SG_Spatial.h" #include -#ifdef HAVE_CONFIG_H -#include -#endif - typedef std::vector NodeList; class SG_Node : public SG_Spatial diff --git a/source/gameengine/SceneGraph/SG_ParentRelation.h b/source/gameengine/SceneGraph/SG_ParentRelation.h index ba2119c948d..b26c4758480 100644 --- a/source/gameengine/SceneGraph/SG_ParentRelation.h +++ b/source/gameengine/SceneGraph/SG_ParentRelation.h @@ -53,10 +53,6 @@ #ifndef __SG_ParentRelation_h #define __SG_ParentRelation_h -#ifdef HAVE_CONFIG_H -#include -#endif - class SG_Spatial; class SG_ParentRelation { diff --git a/source/gameengine/SceneGraph/SG_Spatial.h b/source/gameengine/SceneGraph/SG_Spatial.h index 2b9fda40c91..9536a4ff940 100644 --- a/source/gameengine/SceneGraph/SG_Spatial.h +++ b/source/gameengine/SceneGraph/SG_Spatial.h @@ -38,10 +38,6 @@ #include // or Quaternion later ? #include "SG_IObject.h" -#ifdef HAVE_CONFIG_H -#include -#endif - class SG_Node; class SG_ParentRelation; -- cgit v1.2.3