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:
Diffstat (limited to 'source/blender/draw/engines/eevee/eevee_motion_blur.c')
-rw-r--r--source/blender/draw/engines/eevee/eevee_motion_blur.c4
1 files changed, 2 insertions, 2 deletions
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 */