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/makesdna/intern/dna_genfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/intern/dna_genfile.c') diff --git a/source/blender/makesdna/intern/dna_genfile.c b/source/blender/makesdna/intern/dna_genfile.c index 6b3095c7925..c3cc3256125 100644 --- a/source/blender/makesdna/intern/dna_genfile.c +++ b/source/blender/makesdna/intern/dna_genfile.c @@ -27,17 +27,17 @@ * SDNA and the SDNA of the current (running) version of Blender. */ +#include #include #include #include -#include #include "MEM_guardedalloc.h" // for MEM_freeN MEM_mallocN MEM_callocN -#include "BLI_utildefines.h" #include "BLI_endian_switch.h" #include "BLI_memarena.h" #include "BLI_string.h" +#include "BLI_utildefines.h" #include "BLI_ghash.h" -- cgit v1.2.3