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_userdef.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/makesrna/intern/rna_userdef.c') diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c index 69694624a2b..6bec8843f82 100644 --- a/source/blender/makesrna/intern/rna_userdef.c +++ b/source/blender/makesrna/intern/rna_userdef.c @@ -21,22 +21,22 @@ #include #include +#include "DNA_brush_types.h" #include "DNA_curve_types.h" +#include "DNA_scene_types.h" #include "DNA_space_types.h" #include "DNA_userdef_types.h" -#include "DNA_brush_types.h" #include "DNA_view3d_types.h" -#include "DNA_scene_types.h" -#include "BLI_utildefines.h" #include "BLI_math_base.h" #include "BLI_math_rotation.h" +#include "BLI_utildefines.h" #include "BLT_translation.h" +#include "BKE_addon.h" #include "BKE_appdir.h" #include "BKE_sound.h" -#include "BKE_addon.h" #include "BKE_studiolight.h" #include "RNA_access.h" @@ -181,8 +181,8 @@ static const EnumPropertyItem rna_enum_userdef_viewport_aa_items[] = { # include "BKE_idprop.h" # include "BKE_main.h" # include "BKE_mesh_runtime.h" -# include "BKE_pbvh.h" # include "BKE_paint.h" +# include "BKE_pbvh.h" # include "BKE_screen.h" # include "DEG_depsgraph.h" @@ -194,8 +194,8 @@ static const EnumPropertyItem rna_enum_userdef_viewport_aa_items[] = { # include "BLI_path_util.h" -# include "MEM_guardedalloc.h" # include "MEM_CacheLimiterC-Api.h" +# include "MEM_guardedalloc.h" # include "UI_interface.h" -- cgit v1.2.3