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/editors/transform/transform_constraints.c
parent1135c2cd17661c1f06647af35ccb6ff6a235b5d1 (diff)
Cleanup: redundant headers
Diffstat (limited to 'source/blender/editors/transform/transform_constraints.c')
-rw-r--r--source/blender/editors/transform/transform_constraints.c3
1 files changed, 0 insertions, 3 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"