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/animation/anim_markers.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/editors/animation/anim_markers.c') diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c index 4e2b126e2fb..2215021ce1a 100644 --- a/source/blender/editors/animation/anim_markers.c +++ b/source/blender/editors/animation/anim_markers.c @@ -25,8 +25,8 @@ #include "MEM_guardedalloc.h" -#include "DNA_scene_types.h" #include "DNA_object_types.h" +#include "DNA_scene_types.h" #include "BLI_blenlib.h" #include "BLI_math.h" @@ -56,18 +56,18 @@ #include "UI_interface.h" #include "UI_interface_icons.h" -#include "UI_view2d.h" #include "UI_resources.h" +#include "UI_view2d.h" #include "ED_anim_api.h" #include "ED_markers.h" -#include "ED_screen.h" -#include "ED_select_utils.h" -#include "ED_util.h" #include "ED_numinput.h" #include "ED_object.h" +#include "ED_screen.h" +#include "ED_select_utils.h" #include "ED_transform.h" #include "ED_types.h" +#include "ED_util.h" #include "DEG_depsgraph.h" -- cgit v1.2.3