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/sculpt_paint/sculpt_uv.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/editors/sculpt_paint/sculpt_uv.c') diff --git a/source/blender/editors/sculpt_paint/sculpt_uv.c b/source/blender/editors/sculpt_paint/sculpt_uv.c index b652c509db9..f364c174f0f 100644 --- a/source/blender/editors/sculpt_paint/sculpt_uv.c +++ b/source/blender/editors/sculpt_paint/sculpt_uv.c @@ -24,14 +24,14 @@ #include "MEM_guardedalloc.h" -#include "BLI_utildefines.h" -#include "BLI_math.h" #include "BLI_ghash.h" +#include "BLI_math.h" +#include "BLI_utildefines.h" -#include "DNA_object_types.h" -#include "DNA_scene_types.h" #include "DNA_brush_types.h" #include "DNA_meshdata_types.h" +#include "DNA_object_types.h" +#include "DNA_scene_types.h" #include "BKE_brush.h" #include "BKE_colortools.h" @@ -43,9 +43,9 @@ #include "DEG_depsgraph.h" -#include "ED_screen.h" #include "ED_image.h" #include "ED_mesh.h" +#include "ED_screen.h" #include "WM_api.h" #include "WM_types.h" -- cgit v1.2.3