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/blender/draw/engines/eevee/eevee_lightprobes.c')
-rw-r--r--source/blender/draw/engines/eevee/eevee_lightprobes.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/draw/engines/eevee/eevee_lightprobes.c b/source/blender/draw/engines/eevee/eevee_lightprobes.c
index 601073a7be2..d278d6bb54b 100644
--- a/source/blender/draw/engines/eevee/eevee_lightprobes.c
+++ b/source/blender/draw/engines/eevee/eevee_lightprobes.c
@@ -29,7 +29,6 @@
#include "DRW_render.h"
#include "BLI_utildefines.h"
-#include "BLI_string_utils.h"
#include "BLI_rand.h"
#include "DNA_world_types.h"
@@ -44,15 +43,12 @@
#include "GPU_material.h"
#include "GPU_texture.h"
-#include "GPU_glew.h"
#include "DEG_depsgraph_query.h"
-#include "eevee_engine.h"
#include "eevee_lightcache.h"
#include "eevee_private.h"
-#include "ED_screen.h"
#include "WM_api.h"
#include "WM_types.h"