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/makesrna/intern/rna_wm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_wm.c') diff --git a/source/blender/makesrna/intern/rna_wm.c b/source/blender/makesrna/intern/rna_wm.c index 515ed2b0743..b0d77a2e176 100644 --- a/source/blender/makesrna/intern/rna_wm.c +++ b/source/blender/makesrna/intern/rna_wm.c @@ -29,8 +29,8 @@ #include "BLT_translation.h" -#include "BKE_workspace.h" #include "BKE_keyconfig.h" +#include "BKE_workspace.h" #include "RNA_access.h" #include "RNA_define.h" -- cgit v1.2.3