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:
authorMitchell Stokes <mogurijin@gmail.com>2014-03-28 09:44:30 +0400
committerMitchell Stokes <mogurijin@gmail.com>2014-03-28 09:44:30 +0400
commit93c896d53b2980f5ce552b257ecd55dbf88691ce (patch)
tree255ba1c615fa2735d4911d2920568aa132b3aea8 /source/gameengine/Ketsji/KX_Light.cpp
parentdf9d6737b912b71fb91579b43ea6c7786d88f803 (diff)
BGE code cleanup: Removing an unused include in KX_Light.cpp
Diffstat (limited to 'source/gameengine/Ketsji/KX_Light.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_Light.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_Light.cpp b/source/gameengine/Ketsji/KX_Light.cpp
index 88138318479..37c36da0db3 100644
--- a/source/gameengine/Ketsji/KX_Light.cpp
+++ b/source/gameengine/Ketsji/KX_Light.cpp
@@ -46,7 +46,6 @@
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DNA_lamp_types.h"
-#include "GPU_material.h"
#include "BKE_scene.h"
#include "MEM_guardedalloc.h"