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-06-16 09:50:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-16 09:59:26 +0300
commitd2587f6f930cd858c0d646c2bdd5242ed2506cdf (patch)
tree203d884b9223322283339caa0082984b53abc194 /source/blender/editors/transform/transform_snap.c
parenta64b8aca394fbff622309613d7efef2cae28c0d4 (diff)
Cleanup: unused headers, spelling
Diffstat (limited to 'source/blender/editors/transform/transform_snap.c')
-rw-r--r--source/blender/editors/transform/transform_snap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/editors/transform/transform_snap.c b/source/blender/editors/transform/transform_snap.c
index 4f942221f79..b508507cd4e 100644
--- a/source/blender/editors/transform/transform_snap.c
+++ b/source/blender/editors/transform/transform_snap.c
@@ -28,7 +28,6 @@
#include "PIL_time.h"
-#include "DNA_meshdata_types.h" /* Temporary, for snapping to other unselected meshes */
#include "DNA_node_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
@@ -45,10 +44,8 @@
#include "GPU_state.h"
#include "BKE_context.h"
-#include "BKE_duplilist.h"
#include "BKE_editmesh.h"
#include "BKE_layer.h"
-#include "BKE_main.h"
#include "BKE_object.h"
#include "BKE_sequencer.h"
@@ -57,15 +54,12 @@
#include "WM_types.h"
#include "ED_gizmo_library.h"
-#include "ED_image.h"
#include "ED_markers.h"
#include "ED_node.h"
#include "ED_transform_snap_object_context.h"
#include "ED_uvedit.h"
#include "ED_view3d.h"
-#include "DEG_depsgraph.h"
-
#include "UI_resources.h"
#include "UI_view2d.h"