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/blenkernel/intern/nla.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/blenkernel/intern/nla.c') diff --git a/source/blender/blenkernel/intern/nla.c b/source/blender/blenkernel/intern/nla.c index 2a29644f0d7..6edccbccc76 100644 --- a/source/blender/blenkernel/intern/nla.c +++ b/source/blender/blenkernel/intern/nla.c @@ -21,22 +21,22 @@ * \ingroup bke */ -#include +#include +#include #include #include +#include #include -#include -#include #include "CLG_log.h" #include "MEM_guardedalloc.h" -#include "BLI_utildefines.h" +#include "BLI_ghash.h" #include "BLI_listbase.h" #include "BLI_string.h" #include "BLI_string_utils.h" -#include "BLI_ghash.h" +#include "BLI_utildefines.h" #include "BLT_translation.h" -- cgit v1.2.3