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/metaball/editmball_undo.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/metaball/editmball_undo.c') diff --git a/source/blender/editors/metaball/editmball_undo.c b/source/blender/editors/metaball/editmball_undo.c index 165db6c5a06..552e459acb1 100644 --- a/source/blender/editors/metaball/editmball_undo.c +++ b/source/blender/editors/metaball/editmball_undo.c @@ -25,9 +25,9 @@ #include "CLG_log.h" -#include "BLI_utildefines.h" -#include "BLI_listbase.h" #include "BLI_array_utils.h" +#include "BLI_listbase.h" +#include "BLI_utildefines.h" #include "DNA_defs.h" #include "DNA_meta_types.h" @@ -40,13 +40,13 @@ #include "DEG_depsgraph.h" -#include "ED_object.h" #include "ED_mball.h" +#include "ED_object.h" #include "ED_undo.h" #include "ED_util.h" -#include "WM_types.h" #include "WM_api.h" +#include "WM_types.h" /** We only need this locally. */ static CLG_LogRef LOG = {"ed.undo.mball"}; -- cgit v1.2.3