From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- source/blender/draw/engines/eevee/eevee_motion_blur.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/draw/engines/eevee/eevee_motion_blur.c') diff --git a/source/blender/draw/engines/eevee/eevee_motion_blur.c b/source/blender/draw/engines/eevee/eevee_motion_blur.c index 80c38839b71..13927cd5124 100644 --- a/source/blender/draw/engines/eevee/eevee_motion_blur.c +++ b/source/blender/draw/engines/eevee/eevee_motion_blur.c @@ -24,9 +24,9 @@ #include "DRW_render.h" +#include "BKE_animsys.h" #include "BKE_camera.h" #include "BKE_object.h" -#include "BKE_animsys.h" #include "DNA_anim_types.h" #include "DNA_camera_types.h" @@ -37,8 +37,8 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "eevee_private.h" #include "GPU_texture.h" +#include "eevee_private.h" static struct { /* Motion Blur */ -- cgit v1.2.3