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/python/intern/bpy_capi_utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/python/intern/bpy_capi_utils.c') diff --git a/source/blender/python/intern/bpy_capi_utils.c b/source/blender/python/intern/bpy_capi_utils.c index 2ff357896d5..f63b77e1726 100644 --- a/source/blender/python/intern/bpy_capi_utils.c +++ b/source/blender/python/intern/bpy_capi_utils.c @@ -23,15 +23,15 @@ #include -#include "BLI_utildefines.h" #include "BLI_dynstr.h" +#include "BLI_utildefines.h" #include "bpy_capi_utils.h" #include "MEM_guardedalloc.h" -#include "BKE_report.h" #include "BKE_context.h" +#include "BKE_report.h" #include "BLT_translation.h" -- cgit v1.2.3