From 2240c260c1b58f18e05f5c976ff03b0c039edc79 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 27 Nov 2014 23:24:13 +0100 Subject: Cleanup: duplicate headers --- source/blender/editors/sculpt_paint/paint_utils.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/blender/editors/sculpt_paint/paint_utils.c') diff --git a/source/blender/editors/sculpt_paint/paint_utils.c b/source/blender/editors/sculpt_paint/paint_utils.c index d41af26a4d1..2ec1ca604e8 100644 --- a/source/blender/editors/sculpt_paint/paint_utils.c +++ b/source/blender/editors/sculpt_paint/paint_utils.c @@ -56,7 +56,6 @@ #include "BKE_image.h" #include "BKE_paint.h" #include "BKE_report.h" -#include "BKE_image.h" #include "RNA_access.h" #include "RNA_define.h" @@ -66,6 +65,7 @@ #include "IMB_colormanagement.h" #include "IMB_imbuf_types.h" +#include "IMB_imbuf.h" #include "RE_shader_ext.h" #include "RE_render_ext.h" @@ -74,9 +74,6 @@ #include "ED_screen.h" #include "ED_uvedit.h" -#include "IMB_imbuf_types.h" -#include "IMB_imbuf.h" - #include "BLI_sys_types.h" #include "ED_mesh.h" /* for face mask functions */ -- cgit v1.2.3