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/blenkernel/intern/tracking_stabilize.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'source/blender/blenkernel/intern/tracking_stabilize.c') diff --git a/source/blender/blenkernel/intern/tracking_stabilize.c b/source/blender/blenkernel/intern/tracking_stabilize.c index 32e7233060c..dffc703c943 100644 --- a/source/blender/blenkernel/intern/tracking_stabilize.c +++ b/source/blender/blenkernel/intern/tracking_stabilize.c @@ -25,26 +25,26 @@ #include +#include "DNA_anim_types.h" #include "DNA_movieclip_types.h" #include "DNA_scene_types.h" -#include "DNA_anim_types.h" #include "RNA_access.h" -#include "BLI_utildefines.h" -#include "BLI_sort_utils.h" #include "BLI_ghash.h" -#include "BLI_math_vector.h" #include "BLI_listbase.h" #include "BLI_math.h" +#include "BLI_math_vector.h" +#include "BLI_sort_utils.h" #include "BLI_task.h" +#include "BLI_utildefines.h" -#include "BKE_tracking.h" -#include "BKE_movieclip.h" #include "BKE_fcurve.h" +#include "BKE_movieclip.h" +#include "BKE_tracking.h" -#include "MEM_guardedalloc.h" -#include "IMB_imbuf_types.h" #include "IMB_imbuf.h" +#include "IMB_imbuf_types.h" +#include "MEM_guardedalloc.h" /* == Parameterization constants == */ -- cgit v1.2.3