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/editors/space_clip/clip_ops.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/blender/editors/space_clip/clip_ops.c') diff --git a/source/blender/editors/space_clip/clip_ops.c b/source/blender/editors/space_clip/clip_ops.c index 0f978b38e60..efc8c3bb7dd 100644 --- a/source/blender/editors/space_clip/clip_ops.c +++ b/source/blender/editors/space_clip/clip_ops.c @@ -22,8 +22,8 @@ */ #include -#include #include +#include #ifndef WIN32 # include @@ -33,16 +33,16 @@ #include "MEM_guardedalloc.h" -#include "DNA_userdef_types.h" #include "DNA_scene_types.h" /* min/max frames */ +#include "DNA_userdef_types.h" -#include "BLI_utildefines.h" #include "BLI_fileops.h" -#include "BLI_path_util.h" #include "BLI_math.h" +#include "BLI_path_util.h" #include "BLI_rect.h" -#include "BLI_task.h" #include "BLI_string.h" +#include "BLI_task.h" +#include "BLI_utildefines.h" #include "BLT_translation.h" @@ -57,11 +57,11 @@ #include "WM_api.h" #include "WM_types.h" -#include "IMB_imbuf_types.h" #include "IMB_imbuf.h" +#include "IMB_imbuf_types.h" -#include "ED_screen.h" #include "ED_clip.h" +#include "ED_screen.h" #include "UI_interface.h" -- cgit v1.2.3