From 8af3f531b1b7481edab6ec379f11694283ba9190 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 20 Nov 2017 14:11:45 +1100 Subject: Cleanup: BLI headers first Also move descriptions into doxy header --- source/blender/draw/engines/eevee/eevee_occlusion.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'source/blender/draw/engines/eevee/eevee_occlusion.c') 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 { -- cgit v1.2.3