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>2020-10-14 07:12:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-14 07:12:40 +0300
commit863b38d7081673c41f343d28aa64c65f6cc41f96 (patch)
tree9b3e6a4375f11e504c865d6fd55a0f54c3ec7bb8 /source/blender/draw/engines/eevee/eevee_shadows.c
parent862b5b18421a986b3d2cf8b0951f1a58797aaa52 (diff)
Cleanup: commented includes
Diffstat (limited to 'source/blender/draw/engines/eevee/eevee_shadows.c')
-rw-r--r--source/blender/draw/engines/eevee/eevee_shadows.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/draw/engines/eevee/eevee_shadows.c b/source/blender/draw/engines/eevee/eevee_shadows.c
index 618096fc992..2f8eb482882 100644
--- a/source/blender/draw/engines/eevee/eevee_shadows.c
+++ b/source/blender/draw/engines/eevee/eevee_shadows.c
@@ -23,9 +23,6 @@
#include "BLI_string_utils.h"
#include "BLI_sys_types.h" /* bool */
-// #include "BLI_dynstr.h"
-// #include "BLI_rand.h"
-
#include "BKE_object.h"
#include "DEG_depsgraph_query.h"