[Bf-blender-cvs] [b6c9c9c449d] master: Cleanup: redundant headers

Campbell Barton noreply at git.blender.org
Sat Feb 15 00:41:09 CET 2020


Commit: b6c9c9c449d7a3104a70f0c2f94a738975235e7d
Author: Campbell Barton
Date:   Sat Feb 15 10:04:55 2020 +1100
Branches: master
https://developer.blender.org/rBb6c9c9c449d7a3104a70f0c2f94a738975235e7d

Cleanup: redundant headers

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

M	source/blender/editors/transform/transform_constraints.c
M	source/blender/editors/transform/transform_convert_curve.c
M	source/blender/editors/transform/transform_convert_gpencil.c
M	source/blender/editors/transform/transform_convert_lattice.c
M	source/blender/editors/transform/transform_convert_mball.c
M	source/blender/editors/transform/transform_convert_paintcurve.c
M	source/blender/editors/transform/transform_convert_particle.c
M	source/blender/editors/transform/transform_convert_sculpt.c

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

diff --git a/source/blender/editors/transform/transform_constraints.c b/source/blender/editors/transform/transform_constraints.c
index b43e1fec988..572d10eee0a 100644
--- a/source/blender/editors/transform/transform_constraints.c
+++ b/source/blender/editors/transform/transform_constraints.c
@@ -32,8 +32,6 @@
 #include "DNA_space_types.h"
 #include "DNA_view3d_types.h"
 
-#include "BIF_glutil.h"
-
 #include "GPU_immediate.h"
 #include "GPU_matrix.h"
 #include "GPU_state.h"
@@ -45,7 +43,6 @@
 
 #include "BKE_context.h"
 
-#include "ED_image.h"
 #include "ED_view3d.h"
 
 #include "BLT_translation.h"
diff --git a/source/blender/editors/transform/transform_convert_curve.c b/source/blender/editors/transform/transform_convert_curve.c
index 487de27aff2..24f0491c86c 100644
--- a/source/blender/editors/transform/transform_convert_curve.c
+++ b/source/blender/editors/transform/transform_convert_curve.c
@@ -29,7 +29,6 @@
 
 #include "BKE_context.h"
 #include "BKE_curve.h"
-#include "BKE_report.h"
 
 #include "transform.h"
 #include "transform_convert.h"
diff --git a/source/blender/editors/transform/transform_convert_gpencil.c b/source/blender/editors/transform/transform_convert_gpencil.c
index 80c0afc3f56..c61961e46d1 100644
--- a/source/blender/editors/transform/transform_convert_gpencil.c
+++ b/source/blender/editors/transform/transform_convert_gpencil.c
@@ -30,7 +30,6 @@
 #include "BKE_colortools.h"
 #include "BKE_context.h"
 #include "BKE_gpencil.h"
-#include "BKE_report.h"
 
 #include "ED_gpencil.h"
 
diff --git a/source/blender/editors/transform/transform_convert_lattice.c b/source/blender/editors/transform/transform_convert_lattice.c
index 15af24090f0..57d0f707971 100644
--- a/source/blender/editors/transform/transform_convert_lattice.c
+++ b/source/blender/editors/transform/transform_convert_lattice.c
@@ -29,7 +29,6 @@
 #include "BLI_math.h"
 
 #include "BKE_context.h"
-#include "BKE_report.h"
 
 #include "transform.h"
 #include "transform_convert.h"
diff --git a/source/blender/editors/transform/transform_convert_mball.c b/source/blender/editors/transform/transform_convert_mball.c
index 5d7e36cc834..447733357d6 100644
--- a/source/blender/editors/transform/transform_convert_mball.c
+++ b/source/blender/editors/transform/transform_convert_mball.c
@@ -28,7 +28,6 @@
 #include "BLI_math.h"
 
 #include "BKE_context.h"
-#include "BKE_report.h"
 
 #include "transform.h"
 #include "transform_convert.h"
diff --git a/source/blender/editors/transform/transform_convert_paintcurve.c b/source/blender/editors/transform/transform_convert_paintcurve.c
index 6d46a94214e..4dbe57fc143 100644
--- a/source/blender/editors/transform/transform_convert_paintcurve.c
+++ b/source/blender/editors/transform/transform_convert_paintcurve.c
@@ -29,7 +29,6 @@
 
 #include "BKE_context.h"
 #include "BKE_paint.h"
-#include "BKE_report.h"
 
 #include "transform.h"
 #include "transform_convert.h"
diff --git a/source/blender/editors/transform/transform_convert_particle.c b/source/blender/editors/transform/transform_convert_particle.c
index 2a961da018b..9054897b7dd 100644
--- a/source/blender/editors/transform/transform_convert_particle.c
+++ b/source/blender/editors/transform/transform_convert_particle.c
@@ -29,7 +29,6 @@
 #include "BLI_math.h"
 
 #include "BKE_context.h"
-#include "BKE_report.h"
 #include "BKE_particle.h"
 #include "BKE_pointcache.h"
 
diff --git a/source/blender/editors/transform/transform_convert_sculpt.c b/source/blender/editors/transform/transform_convert_sculpt.c
index 6b584f806b8..600c51dc0d7 100644
--- a/source/blender/editors/transform/transform_convert_sculpt.c
+++ b/source/blender/editors/transform/transform_convert_sculpt.c
@@ -21,15 +21,12 @@
  * \ingroup edtransform
  */
 
-#include "DNA_space_types.h"
-
 #include "MEM_guardedalloc.h"
 
 #include "BLI_math.h"
 
 #include "BKE_context.h"
 #include "BKE_report.h"
-#include "BKE_scene.h"
 #include "BKE_paint.h"
 
 #include "transform.h"



More information about the Bf-blender-cvs mailing list