[Bf-blender-cvs] [93c896d] master: BGE code cleanup: Removing an unused include in KX_Light.cpp

Mitchell Stokes noreply at git.blender.org
Fri Mar 28 06:44:44 CET 2014


Commit: 93c896d53b2980f5ce552b257ecd55dbf88691ce
Author: Mitchell Stokes
Date:   Thu Mar 27 22:44:30 2014 -0700
https://developer.blender.org/rB93c896d53b2980f5ce552b257ecd55dbf88691ce

BGE code cleanup: Removing an unused include in KX_Light.cpp

===================================================================

M	source/gameengine/Ketsji/KX_Light.cpp

===================================================================

diff --git a/source/gameengine/Ketsji/KX_Light.cpp b/source/gameengine/Ketsji/KX_Light.cpp
index 8813831..37c36da 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"




More information about the Bf-blender-cvs mailing list