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:
Diffstat (limited to 'source/gameengine/Ketsji/KX_Light.h')
-rw-r--r--source/gameengine/Ketsji/KX_Light.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/gameengine/Ketsji/KX_Light.h b/source/gameengine/Ketsji/KX_Light.h
index e2538d60b2d..311780af755 100644
--- a/source/gameengine/Ketsji/KX_Light.h
+++ b/source/gameengine/Ketsji/KX_Light.h
@@ -35,10 +35,6 @@
#include "RAS_LightObject.h"
#include "KX_GameObject.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
class KX_LightObject : public KX_GameObject
{
RAS_LightObject m_lightobj;