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_graph/graph_select.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/space_graph/graph_select.c') diff --git a/source/blender/editors/space_graph/graph_select.c b/source/blender/editors/space_graph/graph_select.c index 94870cf0d81..a2e9ba86dec 100644 --- a/source/blender/editors/space_graph/graph_select.c +++ b/source/blender/editors/space_graph/graph_select.c @@ -20,29 +20,29 @@ * \ingroup spgraph */ +#include #include #include #include -#include #include "MEM_guardedalloc.h" #include "BLI_blenlib.h" +#include "BLI_lasso_2d.h" #include "BLI_math.h" #include "BLI_utildefines.h" -#include "BLI_lasso_2d.h" #include "DNA_anim_types.h" -#include "DNA_screen_types.h" #include "DNA_scene_types.h" +#include "DNA_screen_types.h" #include "DNA_space_types.h" #include "RNA_access.h" #include "RNA_define.h" +#include "BKE_context.h" #include "BKE_fcurve.h" #include "BKE_nla.h" -#include "BKE_context.h" #include "UI_view2d.h" -- cgit v1.2.3