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>2019-01-26 12:07:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-26 12:08:52 +0300
commit19b5f5493cd6a9b60486d570b6a50c7a42a96ae0 (patch)
tree57b8879621b1590431dc50605a1d25a239c78d27 /source/blender/draw/engines/eevee/eevee_lightprobes.c
parentb8467273b893967fdecce81c92f8d680edde0059 (diff)
Cleanup: draw manager headers
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"