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/paint_image_2d.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/sculpt_paint/paint_image_2d.c') diff --git a/source/blender/editors/sculpt_paint/paint_image_2d.c b/source/blender/editors/sculpt_paint/paint_image_2d.c index 4a99e40a361..fc56c5cb6c6 100644 --- a/source/blender/editors/sculpt_paint/paint_image_2d.c +++ b/source/blender/editors/sculpt_paint/paint_image_2d.c @@ -26,19 +26,19 @@ #include "MEM_guardedalloc.h" #include "DNA_brush_types.h" +#include "DNA_object_types.h" #include "DNA_scene_types.h" #include "DNA_space_types.h" -#include "DNA_object_types.h" +#include "BLI_bitmap.h" #include "BLI_listbase.h" #include "BLI_math_color_blend.h" #include "BLI_stack.h" -#include "BLI_bitmap.h" #include "BLI_task.h" +#include "BKE_brush.h" #include "BKE_colorband.h" #include "BKE_context.h" -#include "BKE_brush.h" #include "BKE_image.h" #include "BKE_paint.h" #include "BKE_report.h" @@ -48,9 +48,9 @@ #include "ED_paint.h" #include "ED_screen.h" +#include "IMB_colormanagement.h" #include "IMB_imbuf.h" #include "IMB_imbuf_types.h" -#include "IMB_colormanagement.h" #include "WM_api.h" #include "WM_types.h" -- cgit v1.2.3