From 8f1500da005e4f84fd593492822c6d99e768c354 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 18 Apr 2010 10:28:37 +0000 Subject: remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. --- source/gameengine/SceneGraph/SG_Controller.cpp | 4 ---- source/gameengine/SceneGraph/SG_IObject.cpp | 4 ---- source/gameengine/SceneGraph/SG_Node.cpp | 4 ---- source/gameengine/SceneGraph/SG_Spatial.cpp | 4 ---- 4 files changed, 16 deletions(-) (limited to 'source/gameengine/SceneGraph') diff --git a/source/gameengine/SceneGraph/SG_Controller.cpp b/source/gameengine/SceneGraph/SG_Controller.cpp index 6cecbe4c025..d2464b22608 100644 --- a/source/gameengine/SceneGraph/SG_Controller.cpp +++ b/source/gameengine/SceneGraph/SG_Controller.cpp @@ -29,10 +29,6 @@ #include "SG_Controller.h" -#ifdef HAVE_CONFIG_H -#include -#endif - void SG_Controller:: SetObject(SG_IObject* obj) diff --git a/source/gameengine/SceneGraph/SG_IObject.cpp b/source/gameengine/SceneGraph/SG_IObject.cpp index 03032e376af..38baf6994e2 100644 --- a/source/gameengine/SceneGraph/SG_IObject.cpp +++ b/source/gameengine/SceneGraph/SG_IObject.cpp @@ -29,10 +29,6 @@ #include "SG_IObject.h" #include "SG_Controller.h" -#ifdef HAVE_CONFIG_H -#include -#endif - SG_Stage gSG_Stage = SG_STAGE_UNKNOWN; SG_IObject:: diff --git a/source/gameengine/SceneGraph/SG_Node.cpp b/source/gameengine/SceneGraph/SG_Node.cpp index 706568fc3fe..1d27dfa1388 100644 --- a/source/gameengine/SceneGraph/SG_Node.cpp +++ b/source/gameengine/SceneGraph/SG_Node.cpp @@ -30,10 +30,6 @@ #include "SG_ParentRelation.h" #include -#ifdef HAVE_CONFIG_H -#include -#endif - using namespace std; diff --git a/source/gameengine/SceneGraph/SG_Spatial.cpp b/source/gameengine/SceneGraph/SG_Spatial.cpp index d88bb68351d..f93dbfd4ebe 100644 --- a/source/gameengine/SceneGraph/SG_Spatial.cpp +++ b/source/gameengine/SceneGraph/SG_Spatial.cpp @@ -32,10 +32,6 @@ #include "SG_Controller.h" #include "SG_ParentRelation.h" -#ifdef HAVE_CONFIG_H -#include -#endif - SG_Spatial:: SG_Spatial( void* clientobj, -- cgit v1.2.3