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>2020-02-15 02:04:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-15 02:40:41 +0300
commitb6c9c9c449d7a3104a70f0c2f94a738975235e7d (patch)
tree58bb8ee0879a5b55e8e95043f703b1f84c07c710 /source/blender
parent1135c2cd17661c1f06647af35ccb6ff6a235b5d1 (diff)
Cleanup: redundant headers
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/transform/transform_constraints.c3
-rw-r--r--source/blender/editors/transform/transform_convert_curve.c1
-rw-r--r--source/blender/editors/transform/transform_convert_gpencil.c1
-rw-r--r--source/blender/editors/transform/transform_convert_lattice.c1
-rw-r--r--source/blender/editors/transform/transform_convert_mball.c1
-rw-r--r--source/blender/editors/transform/transform_convert_paintcurve.c1
-rw-r--r--source/blender/editors/transform/transform_convert_particle.c1
-rw-r--r--source/blender/editors/transform/transform_convert_sculpt.c3
8 files changed, 0 insertions, 12 deletions
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"