[Bf-blender-cvs] [492a2a1d717] soc-2016-pbvh-painting: Cleanup: headers

Campbell Barton noreply at git.blender.org
Mon Apr 10 05:41:19 CEST 2017


Commit: 492a2a1d717c072b2a780486e79183d2c6350694
Author: Campbell Barton
Date:   Mon Apr 10 13:41:38 2017 +1000
Branches: soc-2016-pbvh-painting
https://developer.blender.org/rB492a2a1d717c072b2a780486e79183d2c6350694

Cleanup: headers

===================================================================

M	source/blender/editors/sculpt_paint/paint_ops.c
M	source/blender/editors/sculpt_paint/paint_vertex.c

===================================================================

diff --git a/source/blender/editors/sculpt_paint/paint_ops.c b/source/blender/editors/sculpt_paint/paint_ops.c
index 32156dee562..ace18044bda 100644
--- a/source/blender/editors/sculpt_paint/paint_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_ops.c
@@ -43,7 +43,6 @@
 #include "ED_paint.h"
 #include "ED_screen.h"
 #include "ED_image.h"
-
 #include "UI_resources.h"
 
 #include "WM_api.h"
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index b80b745496a..bcf1c15da06 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -53,7 +53,6 @@
 #include "RNA_define.h"
 #include "RNA_enum_types.h"
 
-#include "BKE_global.h"
 #include "BKE_DerivedMesh.h"
 #include "BKE_action.h"
 #include "BKE_brush.h"
@@ -67,8 +66,6 @@
 #include "BKE_paint.h"
 #include "BKE_report.h"
 #include "BKE_colortools.h"
-#include "BKE_pbvh.h"
-#include "BKE_ccg.h"
 
 #include "WM_api.h"
 #include "WM_types.h"
@@ -79,14 +76,12 @@
 #include "ED_screen.h"
 #include "ED_view3d.h"
 
-#include "sculpt_intern.h"
-#include "paint_intern.h"  /* own include */
-
 #include "bmesh.h"
-#include "bmesh_tools.h"
-#include "BKE_subsurf.h"
 #include "BKE_ccg.h"
 
+#include "sculpt_intern.h"
+#include "paint_intern.h"  /* own include */
+
 /* small structure to defer applying weight-paint results */
 struct WPaintDefer {
 	int index;




More information about the Bf-blender-cvs mailing list