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/windowmanager/intern/wm_platform_support.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/windowmanager/intern/wm_platform_support.c') diff --git a/source/blender/windowmanager/intern/wm_platform_support.c b/source/blender/windowmanager/intern/wm_platform_support.c index 73ba4b550c9..65e1cd45e02 100644 --- a/source/blender/windowmanager/intern/wm_platform_support.c +++ b/source/blender/windowmanager/intern/wm_platform_support.c @@ -25,12 +25,12 @@ #include -#include "BLI_sys_types.h" #include "BLI_dynstr.h" -#include "BLI_path_util.h" #include "BLI_fileops.h" -#include "BLI_string.h" #include "BLI_linklist.h" +#include "BLI_path_util.h" +#include "BLI_string.h" +#include "BLI_sys_types.h" #include "BLT_translation.h" -- cgit v1.2.3