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_action/action_select.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/editors/space_action/action_select.c') diff --git a/source/blender/editors/space_action/action_select.c b/source/blender/editors/space_action/action_select.c index 4322e4277ad..173c2f1b5dc 100644 --- a/source/blender/editors/space_action/action_select.c +++ b/source/blender/editors/space_action/action_select.c @@ -20,10 +20,10 @@ * \ingroup spaction */ +#include #include #include #include -#include #include "MEM_guardedalloc.h" @@ -34,27 +34,27 @@ #include "DNA_anim_types.h" #include "DNA_gpencil_types.h" +#include "DNA_mask_types.h" #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "DNA_mask_types.h" #include "RNA_access.h" #include "RNA_define.h" -#include "BKE_fcurve.h" -#include "BKE_nla.h" #include "BKE_context.h" +#include "BKE_fcurve.h" #include "BKE_gpencil.h" +#include "BKE_nla.h" -#include "UI_view2d.h" #include "UI_interface.h" +#include "UI_view2d.h" #include "ED_anim_api.h" #include "ED_gpencil.h" -#include "ED_mask.h" #include "ED_keyframes_draw.h" #include "ED_keyframes_edit.h" #include "ED_markers.h" +#include "ED_mask.h" #include "ED_screen.h" #include "ED_select_utils.h" -- cgit v1.2.3