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/makesrna/intern/rna_lattice.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesrna/intern/rna_lattice.c') diff --git a/source/blender/makesrna/intern/rna_lattice.c b/source/blender/makesrna/intern/rna_lattice.c index 34f5b6caee1..176fb838e91 100644 --- a/source/blender/makesrna/intern/rna_lattice.c +++ b/source/blender/makesrna/intern/rna_lattice.c @@ -36,16 +36,16 @@ # include "DNA_object_types.h" # include "DNA_scene_types.h" -# include "BLI_string.h" +# include "BKE_deform.h" # include "BKE_lattice.h" # include "BKE_main.h" -# include "BKE_deform.h" +# include "BLI_string.h" # include "DEG_depsgraph.h" +# include "ED_lattice.h" # include "WM_api.h" # include "WM_types.h" -# include "ED_lattice.h" static void rna_LatticePoint_co_get(PointerRNA *ptr, float *values) { -- cgit v1.2.3