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_volumes.c
parent7f96323cd001bc7555d0f145027e3bbbbc1462b8 (diff)
Cleanup: BLI headers first
Also move descriptions into doxy header
Diffstat (limited to 'source/blender/draw/engines/eevee/eevee_volumes.c')
-rw-r--r--source/blender/draw/engines/eevee/eevee_volumes.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/source/blender/draw/engines/eevee/eevee_volumes.c b/source/blender/draw/engines/eevee/eevee_volumes.c
index 4ee50cfb082..760205f4937 100644
--- a/source/blender/draw/engines/eevee/eevee_volumes.c
+++ b/source/blender/draw/engines/eevee/eevee_volumes.c
@@ -19,15 +19,17 @@
*
*/
-/* Volumetric effects rendering using frostbite approach.
- */
-
/** \file eevee_volume.c
* \ingroup draw_engine
+ *
+ * Volumetric effects rendering using frostbite approach.
*/
#include "DRW_render.h"
+#include "BLI_dynstr.h"
+#include "BLI_rand.h"
+
#include "DNA_object_force.h"
#include "DNA_smoke_types.h"
#include "DNA_world_types.h"
@@ -39,9 +41,6 @@
#include "ED_screen.h"
-#include "BLI_dynstr.h"
-#include "BLI_rand.h"
-
#include "eevee_private.h"
#include "GPU_draw.h"
#include "GPU_texture.h"