Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-11-28 01:24:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-28 01:24:47 +0300
commit2240c260c1b58f18e05f5c976ff03b0c039edc79 (patch)
tree6065ebb67db0c4a9b441265179f7711bdffceb11 /source/blender/editors/sculpt_paint/paint_utils.c
parent6a45b2a2324277a88edccfcaac2fc2525f7c4ee0 (diff)
Cleanup: duplicate headers
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_utils.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_utils.c5
1 files changed, 1 insertions, 4 deletions
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 */