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>2017-11-20 06:11:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-20 06:29:50 +0300
commit8af3f531b1b7481edab6ec379f11694283ba9190 (patch)
tree03863b4b2228722bfd760e1d9e7fabd4a2191115 /source/blender/draw/engines/eevee/eevee_lightprobes.c
parent7f96323cd001bc7555d0f145027e3bbbbc1462b8 (diff)
Cleanup: BLI headers first
Also move descriptions into doxy header
Diffstat (limited to 'source/blender/draw/engines/eevee/eevee_lightprobes.c')
-rw-r--r--source/blender/draw/engines/eevee/eevee_lightprobes.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/source/blender/draw/engines/eevee/eevee_lightprobes.c b/source/blender/draw/engines/eevee/eevee_lightprobes.c
index aa5624646f3..a8b9b963cb1 100644
--- a/source/blender/draw/engines/eevee/eevee_lightprobes.c
+++ b/source/blender/draw/engines/eevee/eevee_lightprobes.c
@@ -23,6 +23,12 @@
* \ingroup DNA
*/
+#include "DRW_render.h"
+
+#include "BLI_utildefines.h"
+#include "BLI_dynstr.h"
+#include "BLI_rand.h"
+
#include "DNA_world_types.h"
#include "DNA_texture_types.h"
#include "DNA_image_types.h"
@@ -31,20 +37,15 @@
#include "BKE_object.h"
-#include "BLI_dynstr.h"
-#include "BLI_rand.h"
-
-#include "ED_screen.h"
-
#include "GPU_material.h"
#include "GPU_texture.h"
#include "GPU_glew.h"
-#include "DRW_render.h"
-
#include "eevee_engine.h"
#include "eevee_private.h"
+#include "ED_screen.h"
+
#define IRRADIANCE_POOL_SIZE 1024
static struct {