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_occlusion.c
parent7f96323cd001bc7555d0f145027e3bbbbc1462b8 (diff)
Cleanup: BLI headers first
Also move descriptions into doxy header
Diffstat (limited to 'source/blender/draw/engines/eevee/eevee_occlusion.c')
-rw-r--r--source/blender/draw/engines/eevee/eevee_occlusion.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/blender/draw/engines/eevee/eevee_occlusion.c b/source/blender/draw/engines/eevee/eevee_occlusion.c
index 86a9fb2ff1a..a6b35ce1b16 100644
--- a/source/blender/draw/engines/eevee/eevee_occlusion.c
+++ b/source/blender/draw/engines/eevee/eevee_occlusion.c
@@ -19,21 +19,20 @@
*
*/
-/* Implementation of the screen space Ground Truth Ambient Occlusion.
- */
-
/** \file eevee_occlusion.c
* \ingroup draw_engine
+ *
+ * Implementation of the screen space Ground Truth Ambient Occlusion.
*/
#include "DRW_render.h"
+#include "BLI_dynstr.h"
+
#include "DNA_anim_types.h"
#include "BKE_global.h" /* for G.debug_value */
-#include "BLI_dynstr.h"
-
#include "eevee_private.h"
static struct {