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/editors/space_console/console_ops.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/editors/space_console/console_ops.c') diff --git a/source/blender/editors/space_console/console_ops.c b/source/blender/editors/space_console/console_ops.c index abb566aa39b..58d6fb425b0 100644 --- a/source/blender/editors/space_console/console_ops.c +++ b/source/blender/editors/space_console/console_ops.c @@ -18,30 +18,30 @@ * \ingroup spconsole */ +#include /* ispunct */ #include #include -#include /* ispunct */ #include #include "MEM_guardedalloc.h" #include "DNA_userdef_types.h" -#include "BLI_utildefines.h" +#include "BLI_dynstr.h" #include "BLI_listbase.h" +#include "BLI_math.h" +#include "BLI_string.h" #include "BLI_string_cursor_utf8.h" #include "BLI_string_utf8.h" -#include "BLI_string.h" -#include "BLI_dynstr.h" -#include "BLI_math.h" +#include "BLI_utildefines.h" #include "BKE_context.h" #include "WM_api.h" #include "WM_types.h" -#include "UI_view2d.h" #include "ED_screen.h" +#include "UI_view2d.h" #include "RNA_access.h" #include "RNA_define.h" -- cgit v1.2.3