Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-04-18 14:28:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-18 14:28:37 +0400
commit8f1500da005e4f84fd593492822c6d99e768c354 (patch)
tree942f6960b50fb03430f4dcd934837213d7d76695 /source/gameengine/SceneGraph
parent45441c07d4609493aecf265b64ad0c108722e9db (diff)
remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now.
Diffstat (limited to 'source/gameengine/SceneGraph')
-rw-r--r--source/gameengine/SceneGraph/SG_Controller.cpp4
-rw-r--r--source/gameengine/SceneGraph/SG_IObject.cpp4
-rw-r--r--source/gameengine/SceneGraph/SG_Node.cpp4
-rw-r--r--source/gameengine/SceneGraph/SG_Spatial.cpp4
4 files changed, 0 insertions, 16 deletions
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 <config.h>
-#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 <config.h>
-#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 <algorithm>
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#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 <config.h>
-#endif
-
SG_Spatial::
SG_Spatial(
void* clientobj,