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_ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesrna/intern/rna_ui.c') diff --git a/source/blender/makesrna/intern/rna_ui.c b/source/blender/makesrna/intern/rna_ui.c index 778e65d3276..273bef6d239 100644 --- a/source/blender/makesrna/intern/rna_ui.c +++ b/source/blender/makesrna/intern/rna_ui.c @@ -29,13 +29,13 @@ #include "RNA_define.h" -#include "rna_internal.h" #include "RNA_enum_types.h" +#include "rna_internal.h" #include "UI_interface.h" -#include "WM_types.h" #include "WM_toolsystem.h" +#include "WM_types.h" /* see WM_types.h */ const EnumPropertyItem rna_enum_operator_context_items[] = { -- cgit v1.2.3