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_collection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_collection.c') diff --git a/source/blender/makesrna/intern/rna_collection.c b/source/blender/makesrna/intern/rna_collection.c index fb366422f34..709be0cf842 100644 --- a/source/blender/makesrna/intern/rna_collection.c +++ b/source/blender/makesrna/intern/rna_collection.c @@ -32,8 +32,8 @@ #ifdef RNA_RUNTIME -# include "DNA_scene_types.h" # include "DNA_object_types.h" +# include "DNA_scene_types.h" # include "DEG_depsgraph.h" # include "DEG_depsgraph_build.h" -- cgit v1.2.3